ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_spline Module Reference

Public Member Functions

subroutine evaluate_spline (p, x, x_new, f_new, error, fprime_new)
 

Public Attributes

type(spline_coefficients) q_spline
 
type(spline_coefficients) p_spline
 
type(spline_coefficients) rbphi_spline
 

Detailed Description

Definition at line 1 of file mod_spline.f90.

Member Function/Subroutine Documentation

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 
)

Definition at line 12 of file mod_spline.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

type(spline_coefficients) mod_spline::p_spline

Definition at line 8 of file mod_spline.f90.

type(spline_coefficients) mod_spline::q_spline

Definition at line 8 of file mod_spline.f90.

type(spline_coefficients) mod_spline::rbphi_spline

Definition at line 8 of file mod_spline.f90.


The documentation for this module was generated from the following file: