ply_fxt_header_type Derived Type

type, public :: ply_fxt_header_type

Fxt projection header type, consisting of the node header which give information about the type and number of points for the projection


Components

Type Visibility Attributes Name Initial
type(ply_nodes_header_type), public :: nodes_header
real(kind=rk), public :: factor = 1.0
real(kind=rk), public :: prec = epsilon(1.0)