atl_facedata_type Derived Type

type, public :: atl_facedata_type

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


Inherits

type~~atl_facedata_type~~InheritsGraph type~atl_facedata_type atl_facedata_type type~atl_facerep_type atl_faceRep_type type~atl_facedata_type->type~atl_facerep_type faceRep, faceFlux

Inherited by

type~~atl_facedata_type~~InheritedByGraph type~atl_facedata_type atl_facedata_type type~atl_cube_container_type atl_cube_container_type type~atl_cube_container_type->type~atl_facedata_type facedata_list type~atl_element_container_type atl_element_container_type type~atl_element_container_type->type~atl_cube_container_type cubes

Contents


Components

TypeVisibilityAttributesNameInitial
type(atl_faceRep_type), private :: faceRep(3)

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

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

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