Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | degree | Maximal polynomial degree in the polynomial series. |
|||
real(kind=rk), | private | :: | origin(3) | Position of the origin corner for the box, the Legendre polynomials are to live in. |
|||
real(kind=rk), | private | :: | extent | Extent of the box the Legendre polynomial series is defined in. |
|||
real(kind=rk), | private, | allocatable | :: | modes(:) | Legendre modes. |