ply_faceNodes_type Derived Type

type, public :: ply_faceNodes_type

Datatype to represent facewise nodes


Components

Type Visibility Attributes Name Initial
integer, public :: nquadPoints

The number of face nodes

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

The face nodes. First index goes from 1 to nPoints and second index from 1 to 3 for the 3 spatial coordinates.