Skip to content
Snippets Groups Projects
Commit e1d0e5a5 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Reactivate nonconforming CUBE test, passing now

parent 4f103fdb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -31,11 +31,8 @@ int main(int argc, char* argv[]) try {
"issues/31" << std::endl;
}
{ // cube nonconforming
// using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>;
// return_val = std::max(return_val, checkWithHostGrid<Grid, CUBE>());
std::cout << "Test for SubGrid<ALUGrid<2, 2, cube, nonconforming>> is"
"currently disabled." << std::endl;
// FAILS SUBGRID ASSERTION
using Grid = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>;
return_val = std::max(return_val, checkWithHostGrid<Grid, CUBE>());
}
// 3D
......
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