From: Martin Kronbichler Date: Thu, 7 Sep 2023 21:18:07 +0000 (+0200) Subject: Better explain the test X-Git-Tag: relicensing~518^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20004d58e1b78fbaadf3808d37fd61ca41ff16cc;p=dealii.git Better explain the test --- diff --git a/tests/matrix_free/interpolate_rt_deformed.cc b/tests/matrix_free/interpolate_rt_deformed.cc index 8b0374c8da..21f4acca72 100644 --- a/tests/matrix_free/interpolate_rt_deformed.cc +++ b/tests/matrix_free/interpolate_rt_deformed.cc @@ -17,10 +17,10 @@ // this function tests the correctness of the implementation of matrix-free // operations in getting the function values, the function gradients, and the -// function Laplacians on a cartesian mesh (hyper cube) with deformed -// elements. This tests whether non-affine geometries with more complicated -// terms for the Jacobian are treated correctly. The test case is without any -// constraints +// function Laplacians on a structured mesh (hyper cube) with deformed +// elements inside of the domain. This tests whether non-affine geometries +// with more complicated terms for the Jacobian are treated correctly. The +// test case is without any constraints. #include #include