atl_faceMaterialData_type Derived Type

type, public :: atl_faceMaterialData_type

Datatype provides information each face


Components

Type Visibility Attributes Name Initial
integer, public :: nPointsPerDir

The number of nodal points with material information per spatial direction.

real(kind=rk), public, allocatable :: leftElemMaterialDat(:,:,:)

The nodal material properties on the face for the left element. \n First dimension is the number of faces with this material info. \n Second dimension is the number of nPointsPerDir^3 \n Third dimension is the number of material components. Attention: We do not use the number of material parameters, but the number of their components, because a material parameter is not limited to consist of only one component. \n

real(kind=rk), public, allocatable :: rightElemMaterialDat(:,:,:)

The nodal material properties on the face for the right element. \n First dimension is the number of faces with this material info. \n Second dimension is the number of nPointsPerDir^3 \n Third dimension is the number of material components. Attention: We do not use the number of material parameters, but the number of their components, because a material parameter is not limited to consist of only one component. \n