Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tem_variable_type), | intent(in) | :: | var |
Data to describe the solver specific variable |
||
type(tem_varSys_type), | intent(inout) | :: | varSys |
Variable system to append the variable to. |
||
integer, | intent(out), | optional | :: | pos |
Position of the appended variable in the varSys. |
|
type(tem_varSys_solverData_evalElem_type), | intent(in), | optional | :: | solverData_evalElem |
A setter routine that allows the caller to define a routine for the construction of an element representation. |