polydata_type Derived Type

type, private :: polydata_type


Components

Type Visibility Attributes Name Initial
integer, public :: degree

Maximal polynomial degree in the polynomial series.

real(kind=rk), public :: origin(3)

Position of the origin corner for the box, the Legendre polynomials are to live in.

real(kind=rk), public :: extent

Extent of the box the Legendre polynomial series is defined in.

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

Legendre modes.