ply_prj_init_type Derived Type

type, public :: ply_prj_init_type

Projection definition.


Components

Type Visibility Attributes Name Initial
integer, public :: basisType

Polynomial basis type.

3D Monomials have the form x^i * y^j * z^k - Q_space: quadratic polynomial space (i,j,k) <= maxPolyDegree - P_space: polynomial space i+j+k <= maxPolyDegree

integer, public :: maxPolyDegree

The maximal polynomial degree per spatial direction.

type(ply_prj_header_type), public :: header

projection header consits of general information like which kind of projection is used