BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_bspline_matrix::mass_matrix Interface Reference

Compute the mass matrix of two B-spline spaces. More...

Public Member Functions

subroutine mass_matrix_1d (m, bspline1, bspline2, coordfun, n_quad_extra)
 Compute the mass matrix of two B-spline spaces.
 

Detailed Description

Compute the mass matrix of two B-spline spaces.

Member Function/Subroutine Documentation

◆ mass_matrix_1d()

subroutine m_bspline_matrix::mass_matrix::mass_matrix_1d ( intent(out) m,
type(bsplinespace), intent(in) bspline1,
type(bsplinespace), intent(in) bspline2,
procedure(user_function_1d_interface), optional coordfun,
integer, intent(in), optional n_quad_extra )

Compute the mass matrix of two B-spline spaces.

Parameters
[out]MThe mass matrix
[in]bspline1The first B-spline spaces
[in]bspline2The second B-spline spaces
[in]coordfun_(optional)_ The coordinate function
[in]n_quad_extra_(optional)_ The additional number of quadrature points on top of those needed for exact integration of the B-spline spaces

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