Load space time function as constant
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type), | intent(inout) | :: | me | spacetime fun information |
||
type(flu_State) | :: | conf | lua state type |
|||
integer, | intent(out) | :: | errCode | errCode = -1, if space time function is not defined as constant |
||
integer, | intent(in), | optional | :: | parent | aotus parent handle |
|
character(len=*), | intent(in), | optional | :: | key | name of the variable which is defined as spacetime function |
|
integer, | intent(in), | optional | :: | pos | position of spacetime fun in a table |
|
integer, | intent(in), | optional | :: | nComp | number of components of the variable |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | allocatable | :: | vError(:) | |||
logical, | private | :: | check_varlen |