subroutine to add the variables from the input lua script to the varsys
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_varSys_type), | intent(inout) | :: | varSys | global variable system to which stFunVar to be appended |
||
| type(tem_spacetime_fun_type), | intent(in), | pointer | :: | stFun(:) | variables defined in the lua file |
|
| character(len=*), | intent(in) | :: | varname | |||
| integer, | intent(in), | optional | :: | nComp | ||
| character(len=*), | intent(in), | optional | :: | evaltype | ||
| type(tem_st_fun_linkedList_type), | intent(inout), | optional | :: | 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 | |||
|---|---|---|---|---|---|---|---|
| type(tem_st_fun_listElem_type), | private, | pointer | :: | stfun_listelem | |||
| integer, | private | :: | addedPos | ||||
| logical, | private | :: | wasAdded | ||||
| type(c_ptr), | private | :: | method_data | ||||
| integer, | private | :: | ncomp_loc | ||||
| character(len=labelLen), | private | :: | evaltype_loc | ||||
| 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 |