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.