Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(inout) | :: | varSys | The Euler variable system to modify. It has to contain the conservative and primitive variables already. |
||
type(atl_varSys_solverData_type), | target | :: | solverData | the pointer to the data required for the varsys to fulfill all operations and derivations on the variables |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nDerivedVars | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | nComponents | ||||
character(len=20), | private, | allocatable | :: | derVarName(:) | |||
character(len=labelLen), | private, | allocatable | :: | invar_name(:) | |||
character(len=labelLen), | private | :: | varname | ||||
logical, | private | :: | wasAdded | ||||
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(c_ptr), | private | :: | method_data |