|
BSpline Finite Element Exterior Calculus
|
The B-spline space type. More...
Public Member Functions | |
| pure type(bsplinespace) function | init_bsplinespace (nr_intervals, degree, is_scaled, is_periodic) |
| Create a B-spline space. | |
The B-spline space type.
Create a B-spline space.
The B-spline space represents the space of B-spline basis functions.
| pure type(bsplinespace) function m_bspline_basis::bsplinespace::init_bsplinespace | ( | integer, intent(in) | nr_intervals, |
| integer, intent(in) | degree, | ||
| logical, intent(in), optional | is_scaled, | ||
| logical, intent(in), optional | is_periodic ) |
Create a B-spline space.
| [in] | nr_intervals | The number of intervals |
| [in] | degree | The degree of the B-splines |
| [in] | is_scaled | _(optional)_ If true, the B-splines are scaled (i.e., this space can be used to express the derivative of an unscaled B-spline of one degree higher) |
| [in] | is_periodic | _(optional)_ If true, the B-splines are periodic, otherwise they are clamped |