ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
l3interp.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine l3interp (y_in, x_in, nr_in, y_out, x_out, nr_out)
 
subroutine l3deriv (y_in, x_in, nr_in, dydx_out, x_out, nr_out)
 
subroutine lderiv (y, x, dydx, nx)
 

Function/Subroutine Documentation

subroutine l3deriv ( real(r8), dimension(nr_in), intent(in)  y_in,
real(r8), dimension(nr_in), intent(in)  x_in,
integer(itm_i4)  nr_in,
real(r8), dimension(nr_out), intent(out dydx_out,
real(r8), dimension(nr_out), intent(in)  x_out,
integer(itm_i4)  nr_out 
)

Definition at line 59 of file l3interp.f90.

Here is the caller graph for this function:

subroutine l3interp ( real(r8), dimension(nr_in), intent(in)  y_in,
real(r8), dimension(nr_in), intent(in)  x_in,
integer(itm_i4)  nr_in,
real(r8), dimension(nr_out), intent(out y_out,
real(r8), dimension(nr_out), intent(in)  x_out,
integer(itm_i4)  nr_out 
)

Definition at line 1 of file l3interp.f90.

Here is the caller graph for this function:

subroutine lderiv ( real(r8), dimension(nx), intent(in)  y,
real(r8), dimension(nx), intent(in)  x,
real(r8), dimension(nx), intent(out dydx,
integer(itm_i4)  nx 
)

Definition at line 121 of file l3interp.f90.