The cubic spline hermite basis.
More...
#include <dumux/common/cubicsplinehermitebasis.hh>
template<class Scalar = double>
struct Dumux::CubicSplineHermiteBasis< Scalar >
- Note
- see https://en.wikipedia.org/wiki/Cubic_Hermite_spline
|
static constexpr Scalar | h00 (const Scalar t) |
|
static constexpr Scalar | h10 (const Scalar t) |
|
static constexpr Scalar | h01 (const Scalar t) |
|
static constexpr Scalar | h11 (const Scalar t) |
|
static constexpr Scalar | dh00 (const Scalar t) |
|
static constexpr Scalar | dh10 (const Scalar t) |
|
static constexpr Scalar | dh01 (const Scalar t) |
|
static constexpr Scalar | dh11 (const Scalar t) |
|
◆ dh00()
template<class Scalar = double>
◆ dh01()
template<class Scalar = double>
◆ dh10()
template<class Scalar = double>
◆ dh11()
template<class Scalar = double>
◆ h00()
template<class Scalar = double>
◆ h01()
template<class Scalar = double>
◆ h10()
template<class Scalar = double>
◆ h11()
template<class Scalar = double>
The documentation for this struct was generated from the following file: