Next: Interface finalise
Up: Module spline_module
Previous: Elements
Contents
Index
Initialises a spline with given x and y values (and endpoint derivatives)
- this -- type(spline), intent(inout)
-
- x -- real(dp), dimension(:)
-
Knot points
- y -- real(dp), dimension(:)
-
Values of spline at the knot points
- yp1 -- real(dp)
-
Derivative of the spline at x(1)
- ypn -- real(dp)
-
Derivative of the spline at x(n)
finalise interface
gabor
2009-06-30