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), | private | :: | comment | ||||
| character(len=PathLen), | private | :: | folder | ||||
| integer, | private | :: | minlevel | ||||
| type(tem_general_type), | private | :: | general | ||||
| type(sdr_subresolution_type), | private | :: | subresolution | Information on resolution of boundaries within elements using polynomials. |
|||
| type(dyn_labelarray_type), | private | :: | 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. |