Octopus
splines_oct_m::spline_integral Interface Reference

The integral may be done with or without integration limits, but we want the interface to be common. More...

Detailed Description

The integral may be done with or without integration limits, but we want the interface to be common.

Definition at line 173 of file splines.F90.

Private Member Functions

real(real64) function spline_integral_full (spl)
 
real(real64) pure function spline_integral_limits (spl, a, b)
 

Member Function/Subroutine Documentation

◆ spline_integral_full()

real(real64) function splines_oct_m::spline_integral::spline_integral_full ( type(spline_t), intent(in)  spl)
private

Definition at line 542 of file splines.F90.

◆ spline_integral_limits()

real(real64) pure function splines_oct_m::spline_integral::spline_integral_limits ( type(spline_t), intent(in)  spl,
real(real64), intent(in)  a,
real(real64), intent(in)  b 
)
private

Definition at line 554 of file splines.F90.


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