preCICE v3.1.2
Loading...
Searching...
No Matches
Functions | Variables
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 55 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 73 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 90 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 108 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 12 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 33 of file BSplineTest.cpp.

Here is the call graph for this function:

Variable Documentation

◆ ts

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

Definition at line 129 of file BSplineTest.cpp.