preCICE v3.2.0
Loading...
Searching...
No Matches
BSplineTest.cpp File Reference
#include "math/Bspline.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include <Eigen/Core>
Include dependency graph for BSplineTest.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (TwoPointsLinear)
 BOOST_AUTO_TEST_CASE (TwoPointsLinearRoundoff)
 BOOST_AUTO_TEST_CASE (ThreePointsLinear)
 BOOST_AUTO_TEST_CASE (ThreePointsLinearNonEquidistant)
 BOOST_AUTO_TEST_CASE (ThreePointsQuadratic)
 BOOST_AUTO_TEST_CASE (ThreePointsQuadraticNonEquidistant)

Variables

Eigen::Vector2d ts

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( ThreePointsLinear )

Definition at line 58 of file BSplineTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( ThreePointsLinearNonEquidistant )

Definition at line 77 of file BSplineTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( ThreePointsQuadratic )

Definition at line 96 of file BSplineTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( ThreePointsQuadraticNonEquidistant )

Definition at line 115 of file BSplineTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( TwoPointsLinear )

Definition at line 13 of file BSplineTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( TwoPointsLinearRoundoff )

Definition at line 35 of file BSplineTest.cpp.

Here is the call graph for this function:

Variable Documentation

◆ ts

Eigen::Vector2d ts
Initial value:
{
#define PRECICE_TEST()
Definition Testing.hpp:39

Definition at line 137 of file BSplineTest.cpp.