Skip to content

Commit 47a3a61

Browse files
committed
Matter: Remove ChiRelaxation (to enhancement/chi_relaxation)
There is now a separate branch for the ChiRelaxation class
1 parent 0cc630d commit 47a3a61

8 files changed

+1
-342
lines changed

Source/Matter/ChiRelaxation.hpp

-86
This file was deleted.

Source/Matter/ChiRelaxation.impl.hpp

-75
This file was deleted.

Source/Matter/Make.package

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
GRTECLYN_CEXE_headers += ChiRelaxation.hpp \
2-
ChiRelaxation.impl.hpp \
3-
DefaultPotential.hpp \
1+
GRTECLYN_CEXE_headers += DefaultPotential.hpp \
42
EMTensor.hpp \
53
EMTensor.impl.hpp \
64
MatterCCZ4RHS.hpp \

Tests/ChiRelaxationTest/ChiRelaxationTest.cpp

-154
This file was deleted.

Tests/ChiRelaxationTest/ChiRelaxationTest.hpp

-11
This file was deleted.
Binary file not shown.

Tests/ChiRelaxationTest/Make.package

-3
This file was deleted.

Tests/TestCases.hpp

-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "BSSNMatterTest.hpp"
1616
#include "CCZ4GeometryUnitTest.hpp"
1717
#include "CCZ4RHSTest.hpp"
18-
#include "ChiRelaxationTest.hpp"
1918
#include "ConstraintsTest.hpp"
2019
#include "CoordinateTransformationsTest.hpp"
2120
#include "DerivativeUnitTests.hpp"
@@ -40,15 +39,6 @@ TEST_CASE("CCZ4 Geometry") { run_ccz4_geometry_unit_tests(); }
4039

4140
TEST_CASE("CCZ4RHS") { run_ccz4_rhs_test(); }
4241

43-
TEST_CASE("ChiRelaxation"
44-
#ifndef AMREX_USE_HDF5
45-
* doctest::skip()
46-
#endif
47-
)
48-
{
49-
run_chi_relaxation_test();
50-
}
51-
5242
TEST_CASE("Constraints"
5343
#ifndef AMREX_USE_HDF5
5444
* doctest::skip()

0 commit comments

Comments
 (0)