This module contains routines to load the adaptation parameters
Datatype containig information about adaptation of the mesh
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_timeControl_type), | public | :: | time |
Contains variables which are requested in a lua file |
|||
logical, | public | :: | active | = | .false. |
is adaptation active? |
Load variables, parent scheme and conditions defined in lua file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_adapt_type), | intent(inout) | :: | me |
adapt_type to be filled |
||
type(flu_State), | intent(in) | :: | conf |
lua state to read from |