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. |
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. |