| 
    VMEC 8.52
    
   3D Equilibrium solver with nested flux surfaces. 
   | 
 
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | spline_akima (x, y, xx, yy, npts, iflag) | 
| 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 ) | 
| [in] | x | location at which to evaluate | 
| [out] | y | evaluated function value | 
| [in] | xx | knots of data to interpolate | 
| [in] | yy | values of data to interpolate | 
| [in] | npts | number of active points | 
| [in,out] | iflag | error flag; 0 means all good | 
Definition at line 2 of file spline_akima.f.