Initialize the statedata.
Type | Intent | Optional | 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 |