|
| 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.
|
| |
◆ integral_1d()
Compute the integral of a user function over the domain [0, 1] using interval-wise quadrature.
- Parameters
-
| [in] | userfun | The user function |
| [in] | space | The 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:
- /builds/rwr/bspline_feec/src/bspline/m_bspline_linalg.f90