Linear spline type
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 |
Constructor for linearSpline_t
Constructor for linearSpline_t
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | t0 | Parameterization data \(t_0\) |
|
real(kind=wp), | intent(in), | dimension(:,:) | :: | x0 | Datapoints for spline \(\vec{x}_0\) |
New spline
Evalute the linear spline at point \(t\)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(linearSpline_t), | intent(in) | :: | self | Spline of curve |
||
real(kind=wp), | intent(in) | :: | t | Parameterization point |
Spline location \(\vec{x}\)