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

Compute the L2-norm of a B-spline function minus a user function. More...

Public Member Functions

real(wp) function l2_error_1d (bfun, userfun, n_quad)
 Compute the L2-norm of a B-spline function minus a user function.
 

Detailed Description

Compute the L2-norm of a B-spline function minus a user function.

Member Function/Subroutine Documentation

◆ l2_error_1d()

real(wp) function m_bspline_linalg::l2_error::l2_error_1d ( type(bsplinefun), intent(in) bfun,
procedure(user_function_1d_interface) userfun,
integer, intent(in), optional n_quad )

Compute the L2-norm of a B-spline function minus a user function.

Parameters
[in]bfunThe B-spline function
[in]userfunThe user function
[in]n_quad_(optional)_ The number of quadrature points
Returns
The L2-error

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