Nektar++
UnitTestRiemann.cpp
Go to the documentation of this file.
1 #include <boost/test/tools/floating_point_comparison.hpp>
2 #include <boost/test/unit_test.hpp>
3 
4 namespace Nektar
5 {
6 namespace RiemannTests
7 {
8 
10 {
11 
12  BOOST_CHECK_CLOSE(1., 1., 1e-10);
13 }
14 
15 } // namespace RiemannTests
16 } // namespace Nektar
BOOST_AUTO_TEST_CASE(RoeAlongXconstSolution)
Definition: TestRiemann.cpp:43
The above copyright notice and this permission notice shall be included.
Definition: CoupledSolver.h:1