atl_modg_scheme_type Derived Type

type, public :: atl_modg_scheme_type

Datatype for the modg scheme


Components

Type Visibility Attributes Name Initial
integer, public :: maxPolyDegree

The maximal polynomial degree per spatial direction.

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