atl_eqn_heat_2d_var_module Module

Module to configure the variables of the Heat equations.



Subroutines

public subroutine atl_init_heat_2d_vars(equation, methodData)

Init the variable system for simulations of Heat equation.

Read more…

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

private subroutine append_heat_2d_consVars(equation, methodData)

Append conservative variables for Heat equations.

Arguments

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

The equation system

type(atl_varSys_solverData_type), target :: methodData

the pointer to the data required for the varsys