Skip to content
Snippets Groups Projects
Commit 870b00ab authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[tests.elliptic-estimators] added LocalThermalBlock and Spe10Model1 tests

parent 5f090040
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment