|
BSpline Finite Element Exterior Calculus
|
Compute the divgrad matrix of a B-spline basis (i.e., the discretization of the Laplace operator) More...
Public Member Functions | |
| subroutine | divgrad_matrix_1d (l, bspline, dbspline) |
| Compute the divgrad (Laplace) matrix of a 1D B-spline space. | |
Compute the divgrad matrix of a B-spline basis (i.e., the discretization of the Laplace operator)
| subroutine m_bspline_matrix::divgrad_matrix::divgrad_matrix_1d | ( | intent(out) | l, |
| type(bsplinespace), intent(in) | bspline, | ||
| type(bsplinespace), intent(in) | dbspline ) |
Compute the divgrad (Laplace) matrix of a 1D B-spline space.
| [out] | The | resulting Laplace matrix |
| [in] | bspline | The B-spline space |
| [in] | dbspline | The derivative B-spline space |