This module provides the configuration of the mesh generation.
This type contains basic information loaded from the config file.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=PathLen), | public | :: | comment | ||||
character(len=PathLen), | public | :: | folder | ||||
integer, | public | :: | minlevel | ||||
type(tem_general_type), | public | :: | general | ||||
type(sdr_subresolution_type), | public | :: | subresolution |
Information on resolution of boundaries within elements using polynomials. |
|||
type(dyn_labelarray_type), | public | :: | inverted_colors |
List of colors to invert. |
Load the configuration from the Lua script provided on the command line or from seeder.lua by default, if no file name is given as program argument.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_confHead_type), | intent(inout) | :: | me |
contains basic information from config file |
||
type(sdr_geometry_type), | intent(out) | :: | geometry |
contains all geometry object defined in the config file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dyn_labelarray_type), | intent(out) | :: | invlist |
List of labels for inverted colors. |
||
type(flu_State) | :: | conf |
Lua script handle to read the inversion list from. |