atl_faceRep_type Derived Type

type, public :: atl_faceRep_type

Representation of a solution on a set of faces (all of them in a fixed spatial direction).


Inherited by

type~~atl_facerep_type~~InheritedByGraph type~atl_facerep_type atl_faceRep_type type~atl_facedata_type atl_facedata_type type~atl_facedata_type->type~atl_facerep_type faceRep, faceFlux 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
integer, private :: nFaces =0

The number of faces with a face representation.

real(kind=rk), private, allocatable:: dat(:,:,:,:)

Data for the face representation. The size of this array is: \n (nFaces, nFaceDofs, nScalars,2) -> 2 because of left and right face.