BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_bspline_linalg Module Reference

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...
 

Detailed Description

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.