This routine loads table of spacetime functions from the given key or pos
NOTE: If any of the entries in the table can not be interpreted as a space-time function, none will be returne at all, and an error code of -1 will be set. "Me" will be deallocated in this case. The routine first attempts to read the given key as a single space-time function definition, only if that fails, it tries to read it as a table of functions.
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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | thandle | aotus table handle |
|||
integer, | private | :: | nSt | ||||
integer, | private | :: | iSt | ||||
integer, | private | :: | errCode_loc | ||||
character(len=labelLen), | private | :: | buffer | ||||
type(tem_st_fun_listElem_type), | private, | pointer | :: | current |