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. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
procedure(tem_varSys_proc_point), | private, | pointer | :: | get_point | => | NULL() | |
procedure(tem_varSys_proc_element), | private, | pointer | :: | get_element | => | NULL() | |
procedure(tem_varSys_proc_setParams), | private, | pointer | :: | set_params | => | NULL() | |
procedure(tem_varSys_proc_getParams), | private, | pointer | :: | get_params | => | NULL() | |
procedure(tem_varSys_proc_setupIndices), | private, | pointer | :: | setup_indices | => | NULL() | |
procedure(tem_varSys_proc_getValOfIndex), | private, | pointer | :: | get_valOfIndex | => | NULL() | |
type(atl_legpolyvar_type), | private, | pointer | :: | legpolyvar | |||
type(polydata_type), | private, | pointer | :: | polydat | |||
type(c_ptr), | private | :: | method_data | = | c_null_ptr | ||
type(c_ptr), | private | :: | c_polydat | = | c_null_ptr | ||
character(len=labelLen), | private | :: | input_varname(0) | ||||
integer, | private | :: | input_varIndex(0) | ||||
integer, | private | :: | addedPos | ||||
logical, | private | :: | wasAdded |