atl_facedata_type Derived Type

type, public :: atl_facedata_type

Datatype to represent data defined on the faces of a cubical element.


Components

Type Visibility Attributes Name Initial
type(atl_faceRep_type), public :: faceRep(3)

Representation of the state on the face. We handle it for each spatial direction (x,y,z) separately.

type(atl_faceRep_type), public :: faceFlux(3)

Representation of the flux on the face. We handle it for each spatial direction (x,y,z) separately.