subroutine to add the variables from the input lua script to the varsys
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_variable_type), | intent(in) | :: | stFunVar | variables defined in the lua file |
||
type(tem_varSys_type), | intent(inout) | :: | varSys | global variable system to which stFunVar to be appended |
||
type(tem_st_fun_linkedList_type), | intent(inout) | :: | st_funList | contains spacetime functions of all variables |
||
type(tem_varSys_solverData_evalElem_type), | intent(in), | optional | :: | solverData_evalElem | A setter routine that allows the caller to define routine for the construction of an element representation. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | addedPos | ||||
integer, | private | :: | nComp | ||||
logical, | private | :: | wasAdded | ||||
type(c_ptr), | private | :: | method_data | ||||
procedure(tem_varSys_proc_point), | private, | pointer | :: | get_point | => | NULL() | |
procedure(tem_varSys_proc_element), | private, | pointer | :: | get_element | => | NULL() | |
procedure(tem_varSys_proc_setParams), | private, | pointer | :: | set_params | => | null() | |
procedure(tem_varSys_proc_getParams), | private, | pointer | :: | get_params | => | null() | |
procedure(tem_varSys_proc_setupIndices), | private, | pointer | :: | setup_indices | => | null() | |
procedure(tem_varSys_proc_getValOfIndex), | private, | pointer | :: | get_valOfIndex | => | null() | |
type(tem_st_fun_listElem_type), | private, | pointer | :: | newElem |