tem_append_solverVar_method Interface

interface
public subroutine tem_append_solverVar_method(var, varSys, pos, solverData_evalElem)

Arguments

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