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

Data Types

type  spline_coefficients
 

Public Member Functions

subroutine spline (n, x, y, alfa, beta, typ, p)
 
real(r8) function spwert (n, xwert, p, x, abltg, order)
 

Detailed Description

Definition at line 1 of file helena_spline.f90.

Member Function/Subroutine Documentation

subroutine helena_spline::spline ( integer(itm_i4), intent(in)  n,
real(r8), dimension(n), intent(in)  x,
real(r8), dimension(n), intent(in)  y,
real(r8), intent(in)  alfa,
real(r8), intent(in)  beta,
integer(itm_i4), intent(in)  typ,
type(spline_coefficients), intent(out p 
)

Definition at line 15 of file helena_spline.f90.

Here is the call graph for this function:

real(r8) function helena_spline::spwert ( integer(itm_i4), intent(in)  n,
real(r8), intent(in)  xwert,
type(spline_coefficients), intent(in)  p,
real(r8), dimension(n), intent(in)  x,
real(r8), dimension(3), intent(out abltg,
integer(itm_i4), intent(in)  order 
)

Definition at line 200 of file helena_spline.f90.

Here is the call graph for this function:


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