BSplinebasis
Loading...
Searching...
No Matches
Public Attributes | List of all members
bspline::interpolation::Boundary< T > Struct Template Reference

A boundary condition. More...

#include <interpolation.h>

Public Attributes

Node node = Node::FIRST
 
size_t derivative = 1
 
T value = static_cast<T>(0)
 

Detailed Description

template<typename T>
struct bspline::interpolation::Boundary< T >

A boundary condition.

Represents a boundary condition, i.e. one fixed derivative on either the first or last node of the interpolation grid.

Member Data Documentation

◆ derivative

template<typename T >
size_t bspline::interpolation::Boundary< T >::derivative = 1

Order of the derivative to fix.

◆ node

template<typename T >
Node bspline::interpolation::Boundary< T >::node = Node::FIRST

Node to apply the boundary condition to.

◆ value

Value of the derivative.


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