Definition at line 1 of file mod_spline.f90.
subroutine mod_spline::evaluate_spline |
( |
type(spline_coefficients), intent(in) |
p, |
|
|
real(r8), dimension(:), intent(in) |
x, |
|
|
real(r8), dimension(:), intent(in) |
x_new, |
|
|
real(r8), dimension(:), intent(inout) |
f_new, |
|
|
integer(itm_i4), intent(out) |
error, |
|
|
real(r8), dimension(:), intent(inout), optional |
fprime_new |
|
) |
| |
type(spline_coefficients) mod_spline::p_spline |
type(spline_coefficients) mod_spline::q_spline |
type(spline_coefficients) mod_spline::rbphi_spline |
The documentation for this module was generated from the following file: