Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tem_variable_type), | intent(in) | :: | var |
Data describing the variable to append (needs to be a legpolyvar). |
||
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 system. |
|
type(tem_varSys_solverData_evalElem_type), | intent(in), | optional | :: | solverData_evalElem |
A setter to allow the caller to define a routine for the construction of an element representation. |