This module
subroutine to add the variables from the input lua script to the varsys
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_variable_type), | intent(in) | :: | luaVar(:) | variables defined in the lua file |
||
type(tem_varSys_type), | intent(inout) | :: | varSys | global variable system to which luaVar 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 callback routine to allow the definition of solver specific element evaluation for space-time functions. This routine can be used to construct more than a single degree of freedom for a spacetime function in an element. |