ply_faceNodes_type Derived Type

type, public :: ply_faceNodes_type

Datatype to represent facewise nodes


Inherited by

type~~ply_facenodes_type~~InheritedByGraph type~ply_facenodes_type ply_faceNodes_type type~ply_prj_body_type ply_prj_body_type type~ply_prj_body_type->type~ply_facenodes_type faces type~ply_poly_project_type ply_poly_project_type type~ply_poly_project_type->type~ply_prj_body_type body_1d, body_2d, body_3d type~sdr_temdata_type sdr_temData_type type~sdr_temdata_type->type~ply_poly_project_type projection

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nquadPoints

The number of face nodes

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

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