|
BSpline Finite Element Exterior Calculus
|
The B-spline linear algebra module. More...
Data Types | |
| interface | biorthogonalize |
| interface | inner_product |
| Compute the inner product of a user function with the basis functions. More... | |
| interface | integral |
| interface | l2_error |
| Compute the L2-norm of a B-spline function minus a user function. More... | |
| interface | l2_projection |
| Compute the L2-projection of a user function onto the basis functions. More... | |
| interface | orthogonalize |
| interface | solve_poisson_problem |
| Solve the Poisson problem. More... | |
The B-spline linear algebra module.
This module provides an inner product, L2-error computation, as well as an L2-projection and a Poisson solver for the 1D B-spline basis functions.