atl_init_statedata Subroutine

public subroutine atl_init_statedata(statedata, nTotal, nDofs, nVars, time)

Initialize the statedata.

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(inout) :: statedata
integer, intent(in) :: nTotal

The total number of cells (including only fluid, ghost, halo and boundary cells).

integer, intent(in) :: nDofs

The number of degrees of freedom per scalar variable of your equation.

integer, intent(in) :: nVars

The number of scalar variables of the current equation.

type(tem_time_type), intent(in) :: time

current time