atl_load_heat Subroutine

public subroutine atl_load_heat(heat, conf, eq_table)

subroutine to initialize an equation of type heat equation as defined in the configuration file

Arguments

Type IntentOptional Attributes Name
type(atl_heat_type), intent(out) :: heat

Resulting description of the heat equation parameters.

type(flu_State) :: conf

Handle to the configuration script, to load the parameters from.

integer, intent(in) :: eq_table

Handle to the table containing the description for the equation system.


Calls

proc~~atl_load_heat~~CallsGraph proc~atl_load_heat atl_load_heat proc~aot_get_val~2 aot_get_val proc~atl_load_heat->proc~aot_get_val~2

Called by

proc~~atl_load_heat~~CalledByGraph proc~atl_load_heat atl_load_heat proc~atl_eqn_heat_init atl_eqn_heat_init proc~atl_eqn_heat_init->proc~atl_load_heat 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