BSplinebasis
|
A boundary condition. More...
#include <interpolation.h>
Public Attributes | |
Node | node = Node::FIRST |
size_t | derivative = 1 |
T | value = static_cast<T>(0) |
A boundary condition.
Represents a boundary condition, i.e. one fixed derivative on either the first or last node of the interpolation grid.
size_t bspline::interpolation::Boundary< T >::derivative = 1 |
Order of the derivative to fix.
Node bspline::interpolation::Boundary< T >::node = Node::FIRST |
Node to apply the boundary condition to.
T bspline::interpolation::Boundary< T >::value = static_cast<T>(0) |
Value of the derivative.