This routine process instring and store information in spacetime function.
Abort if same spacetime function is used as boundaries and sources.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tem_varSys_op_type), | intent(in) | :: | fun | Description of the method to obtain the variables, here some preset values might be stored, like the space time function to use or the required variables. |
||
type(tem_varSys_type), | intent(in) | :: | varSys | The variable system to obtain the variable from. |
||
character(len=*), | intent(in) | :: | instring | Input string with parameter to set in method_data |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(flu_state), | private | :: | conf | ||||
type(tem_st_fun_listElem_type), | private, | pointer | :: | fPtr | |||
logical, | private | :: | isSurface_loc | ||||
integer, | private | :: | iStFun | ||||
integer, | private | :: | iError |