|
BSpline Finite Element Exterior Calculus
|
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. | |
Compute the mass matrix of two B-spline spaces.
| 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.
| [out] | M | The mass matrix |
| [in] | bspline1 | The first B-spline spaces |
| [in] | bspline2 | The 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 |