3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
test_monotonecubicspline.cc File Reference

Test the simple cubic spline implementation. More...

#include <config.h>
#include <cmath>
#include <vector>
#include <numeric>
#include <algorithm>
#include <functional>
#include <dune/common/exceptions.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dumux/common/math.hh>
#include <dumux/common/monotonecubicspline.hh>
#include <dumux/io/gnuplotinterface.hh>

Description

Test the simple cubic spline implementation.

Functions

template<class Function>
std::vector< double > eval (const Function &f, const std::vector< double > &x)
int main (int argc, char **argv)

Function Documentation

◆ eval()

template<class Function>
std::vector< double > eval ( const Function & f,
const std::vector< double > & x )

◆ main()

int main ( int argc,
char ** argv )