Provides 3rd order polynomial splines. More...
#include "fixedlengthspline_.hh"
#include "variablelengthspline_.hh"
#include "splinecommon_.hh"
Go to the source code of this file.
Classes | |
class | Dumux::Spline< Scalar, numSamples > |
A 3rd order polynomial spline. More... | |
class | Dumux::Spline< Scalar, -1 > |
Specialization of a spline with the number of sampling points only known at run time. More... | |
class | Dumux::Spline< Scalar, 0 > |
Do not allow splines with zero sampling points. More... | |
class | Dumux::Spline< Scalar, 1 > |
Do not allow splines with one sampling point. More... | |
class | Dumux::Spline< Scalar, 2 > |
Spline for two sampling points. More... | |
Namespaces | |
namespace | Dumux |