|
ASCOT5
|
Files | |
| interp.h | |
| Spline interpolation library. | |
| interp1Dcomp.c | |
| Cubic spline interpolation in compact form. | |
| interp1Dexpl.c | |
| Cubic spline interpolation in explicit form. | |
| interp2Dcomp.c | |
| Bicubic spline interpolation in compact form. | |
| interp2Dexpl.c | |
| Bicubic spline interpolation in explicit form. | |
| interp3Dcomp.c | |
| Tricubic spline interpolation in compact form. | |
| interp3Dexpl.c | |
| Tricubic spline interpolation in explicit form. | |
| spline.h | |
| Header file for splineexpl.c and splinecomp.c. | |
| splinecomp.c | |
| Cubic spline interpolation of a 1D data set, compact form. | |
| splineexpl.c | |
| Cubic spline interpolation of a 1D data set, explicit form. | |