From: Ivan Fumagalli Date: Mon, 18 Jan 2021 11:36:49 +0000 (+0000) Subject: fix description of simplex test step-23 X-Git-Tag: v9.3.0-rc1~593^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11558%2Fhead;p=dealii.git fix description of simplex test step-23 --- diff --git a/tests/simplex/step-23.cc b/tests/simplex/step-23.cc index 2cf375d5de..1a8dee444d 100644 --- a/tests/simplex/step-23.cc +++ b/tests/simplex/step-23.cc @@ -14,7 +14,12 @@ // --------------------------------------------------------------------- -// Step-23 with tetrahedron mesh. +// Step-23 with tetrahedron mesh. Following incompatible modifications had to be +// made: +// - Change FE_Q and QGauss to Simplex::FE_P and Simplex::QGauss. +// - Explicit use of MappingFE instead of the default mapping. +// - Grid generation by subdivided_hyper_cube_with_simplices instead of +// hyper_cube, because global refinement is not allowed. #include #include