This routine loads the single spacetime function from the given key or position
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type), | intent(out) | :: | me |
spacetime fun information |
||
type(flu_State) | :: | conf |
lua state type |
|||
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 |
|
integer, | intent(out), | optional | :: | errCode |
errCode /=0, space time function fails use errCode to abort code outside this routine call |
|
integer, | intent(in), | optional | :: | recurred |
Number of recursion steps done so far (defaults to 0) |
This routine loads table of spacetime functions from the given key or pos
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type), | intent(out), | allocatable | :: | me(:) |
spacetime fun information |
|
type(flu_State) | :: | conf |
lua state handle |
|||
integer, | intent(inout), | optional | :: | parent |
aotus parent handle |
|
character(len=*), | intent(in) | :: | key |
name of the variable which is defined as spacetime function |
||
integer, | intent(in), | optional | :: | nComp |
number of components of the variable |
|
integer, | intent(out), | optional | :: | errCode |
errCode /=0, space time function fails use errCode to abort code outside this routine call |