Abstract type from which others derive
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=wp), | public, | dimension(:), allocatable | :: | t0 | Parameterization variable data |
||
| real(kind=wp), | public, | dimension(:,:), allocatable | :: | x0 | Datapoints for spline |
Evaluate spline coordinate \(\vec{x}\) at point \(t\)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spline_t), | intent(in) | :: | self | Spline |
||
| real(kind=wp), | intent(in) | :: | t | Parametric sampling point |
Location \(\vec{x}\) along spline