Transfer the polynomial in P representation from on dimension to another one.
Only needed for P polynomials, for Q this trivially copying of contiguous memory.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | indat(:) | Input data to transfer to output data. | ||
| integer, | intent(in) | :: | indim | Dimension of the input polynomial. | ||
| real(kind=rk), | intent(out) | :: | outdat(:) | Output data to fill with input data. | ||
| integer, | intent(in) | :: | outdim | Dimension of the output polynomial. | ||
| integer, | intent(in) | :: | degree | Maximal polynomial degree in the output data. | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nInDofs | ||||
| integer, | private | :: | nOutDofs | ||||
| integer, | private | :: | iMode | ||||
| integer, | private | :: | iPos | ||||
| integer, | private | :: | iX | ||||
| integer, | private | :: | iY | ||||
| integer, | private | :: | iZ |