atl_init_heat_1d_vars Subroutine

public subroutine atl_init_heat_1d_vars(equation, methodData)

Init the variable system for simulations of Heat equation.

The variable system describes, which variables are to be used and how they are organized in the memory. The first few variables up to the sys_mark are those, describing the state, and thus describe the output for regular restart files. Here these are the conservative variables density, momentum and energy. After the mark, there are additional values described that can be deduced from the state variables.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(inout) :: equation

The equation system

type(atl_varSys_solverData_type) :: methodData

the pointer to the data required for the varsys


Calls

proc~~atl_init_heat_1d_vars~~CallsGraph proc~atl_init_heat_1d_vars atl_init_heat_1d_vars proc~tem_varsys_init tem_varSys_init proc~atl_init_heat_1d_vars->proc~tem_varsys_init proc~append_heat_1d_consvars append_heat_1d_consVars proc~atl_init_heat_1d_vars->proc~append_heat_1d_consvars proc~atl_get_new_varsys_data_ptr atl_get_new_varSys_data_ptr proc~append_heat_1d_consvars->proc~atl_get_new_varsys_data_ptr proc~tem_varsys_append_statevar tem_varSys_append_stateVar proc~append_heat_1d_consvars->proc~tem_varsys_append_statevar

Called by

proc~~atl_init_heat_1d_vars~~CalledByGraph proc~atl_init_heat_1d_vars atl_init_heat_1d_vars proc~atl_eqn_heat_init atl_eqn_heat_init proc~atl_eqn_heat_init->proc~atl_init_heat_1d_vars proc~atl_init_equation atl_init_equation proc~atl_init_equation->proc~atl_eqn_heat_init proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_init_equation proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize

Contents