Datatype for the modg scheme
| 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 |