BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_bspline_linalg::integral Interface Reference

Public Member Functions

real(wp) function integral_1d (userfun, space, n_quad)
 Compute the integral of a user function over the domain [0, 1] using interval-wise quadrature.
 

Member Function/Subroutine Documentation

◆ integral_1d()

real(wp) function m_bspline_linalg::integral::integral_1d ( procedure(user_function_1d_interface) userfun,
type(bsplinespace), intent(in) space,
integer, intent(in), optional n_quad )

Compute the integral of a user function over the domain [0, 1] using interval-wise quadrature.

Parameters
[in]userfunThe user function
[in]spaceThe B-spline space defining the intervals
[in]n_quad_(optional)_ The number of quadrature points per interval

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