From 20004d58e1b78fbaadf3808d37fd61ca41ff16cc Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 7 Sep 2023 23:18:07 +0200 Subject: [PATCH] Better explain the test --- tests/matrix_free/interpolate_rt_deformed.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5