BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_bspline_basis::init Interface Reference

Public Member Functions

pure subroutine init_bspline_eval_data (this, bspace, x, is_derivative)
 Initialize the B-spline evaluation data for evaluating the B-spline function at a point.
 

Member Function/Subroutine Documentation

◆ init_bspline_eval_data()

pure subroutine m_bspline_basis::init::init_bspline_eval_data ( type(bsplineevaldata), intent(inout) this,
type(bsplinespace), intent(in) bspace,
real(wp), intent(in) x,
logical, intent(in) is_derivative )

Initialize the B-spline evaluation data for evaluating the B-spline function at a point.

Parameters
[in,out]thisThe B-spline evaluation data
[in]bspaceThe B-spline space
[in]xThe point at which to evaluate the B-spline function
[in]is_derivativeWhether to initialize the data for evaluating the derivative of the B-spline function

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