Load single dependent variable of the scheme, in case of geomIncr: load the dependent variable as well as the conditions to be imposed for the geometry increase to take place.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_depend_type), | intent(inout) | :: | me | depend type to be filled |
||
type(flu_state), | intent(in) | :: | conf | lua state to read from |
||
integer, | intent(in) | :: | parent | handle of parent table |
||
character(len=*), | intent(in) | :: | label | label to identify depend type |
||
logical, | intent(in), | optional | :: | requireCond | if true? load condition table for each variable |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | allocatable | :: | vError(:) | |||
integer, | private | :: | cond_handle | ||||
logical, | private | :: | requireCond_loc |