|
VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
Go to the source code of this file.
Functions/Subroutines | |
| program | hello |
| subroutine | spline_akima (x, y, xx, yy, npts, iflag) |
| program hello |
Definition at line 1 of file explore_spline_akima.f90.
References 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 ) |
| [in] | npts | number of active points |
| [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,out] | iflag | error flag; 0 means all good |
Definition at line 73 of file explore_spline_akima.f90.
Referenced by hello(), pcurr(), piota(), and pmass().