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