From 870b00ab1880c48f1a1079bf90aca50df8f7a302 Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix@schindlerfamily.de> Date: Mon, 14 Apr 2014 19:15:22 +0200 Subject: [PATCH] [tests.elliptic-estimators] added LocalThermalBlock and Spe10Model1 tests --- tests/elliptic-estimators.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/elliptic-estimators.cc b/tests/elliptic-estimators.cc index 3f9f8ecc8..9bd581874 100644 --- a/tests/elliptic-estimators.cc +++ b/tests/elliptic-estimators.cc @@ -44,7 +44,9 @@ std::vector<double> truncate_vector(const std::vector<double>& in, const size_t typedef Dune::ALUConformGrid<2, 2> AluConform2dGridType; -typedef testing::Types<EllipticTestCase::ESV07<AluConform2dGridType>> AluConform2dTestCases; +typedef testing::Types<EllipticTestCase::ESV07<AluConform2dGridType>, + EllipticTestCase::LocalThermalBlock<AluConform2dGridType>, + EllipticTestCase::Spe10Model1<AluConform2dGridType>> AluConform2dTestCases; template <class TestCase> -- GitLab