VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
Loading...
Searching...
No Matches
spline_akima.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine spline_akima (x, y, xx, yy, npts, iflag)
 

Function/Subroutine Documentation

◆ spline_akima()

subroutine spline_akima ( real(rprec), intent(in) x,
real(rprec), intent(out) y,
real(rprec), dimension(npts), intent(in) xx,
real(rprec), dimension(npts), intent(in) yy,
integer, intent(in) npts,
integer, intent(inout) iflag )
Parameters
[in]xlocation at which to evaluate
[out]yevaluated function value
[in]xxknots of data to interpolate
[in]yyvalues of data to interpolate
[in]nptsnumber of active points
[in,out]iflagerror flag; 0 means all good

Definition at line 2 of file spline_akima.f.