preCICE v3.2.0
Loading...
Searching...
No Matches
TimeGridsTest.cpp File Reference
#include <Eigen/Core>
#include <Eigen/Dense>
#include <Eigen/src/Core/Matrix.h>
#include "acceleration/SharedPointer.hpp"
#include "acceleration/test/helper.hpp"
#include "cplscheme/CouplingData.hpp"
#include "cplscheme/SharedPointer.hpp"
#include "mesh/Mesh.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "time/TimeGrids.hpp"
Include dependency graph for TimeGridsTest.cpp:

Go to the source code of this file.

Classes

struct  TimeGridsTestsFixture

Functions

 BOOST_AUTO_TEST_CASE (TestMoveAndScaleTimeGrids)
cplscheme::PtrCouplingData makeCouplingData (mesh::PtrData data, mesh::PtrMesh mesh, bool exchangeSubsteps)

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( TestMoveAndScaleTimeGrids )

Test that the time grids contain the correct gridpoints

Test that the time grids contain the correct gridpoints

Definition at line 31 of file TimeGridsTest.cpp.

Here is the call graph for this function:

◆ makeCouplingData()

cplscheme::PtrCouplingData precice::testing::makeCouplingData ( mesh::PtrData data,
mesh::PtrMesh mesh,
bool exchangeSubsteps )
inline

Definition at line 10 of file helper.hpp.