BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_bspline_linalg::orthogonalize Interface Reference

Public Member Functions

subroutine orthogonalize_single_1d (vout, vin, weight_fun)
 Orthogonalize a B-spline function with respect to another B-spline function.
 

Member Function/Subroutine Documentation

◆ orthogonalize_single_1d()

subroutine m_bspline_linalg::orthogonalize::orthogonalize_single_1d ( type(bsplinefun), intent(inout) vout,
type(bsplinefun), intent(in) vin,
procedure(user_function_1d_interface), optional weight_fun )

Orthogonalize a B-spline function with respect to another B-spline function.

Parameters
[in,out]voutThe orthogonalized B-spline function
[in]vinThe B-spline function to orthogonalize against
[in]weight_fun_(optional)_ The weight function defining the inner product

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