From: Bruno Blais Date: Sun, 2 Jul 2023 03:33:41 +0000 (-0400) Subject: Fix the header comments of the new two tests X-Git-Tag: relicensing~802^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8fcb8b7117f3375ebfd56ede5b8c56f320b49b;p=dealii.git Fix the header comments of the new two tests --- diff --git a/tests/serialization/particle_handler_03.cc b/tests/serialization/particle_handler_03.cc index 403c37448f..3380e52894 100644 --- a/tests/serialization/particle_handler_03.cc +++ b/tests/serialization/particle_handler_03.cc @@ -15,7 +15,9 @@ // check and illustrate the serialization process for ParticleHandler - +// when the triangulation is a serial triangulation. Currently +// this test cannot work since serial triangulation do not allow +// for particle serialization. #include #include diff --git a/tests/serialization/particle_handler_04.cc b/tests/serialization/particle_handler_04.cc index 33e6755044..deb5b72a68 100644 --- a/tests/serialization/particle_handler_04.cc +++ b/tests/serialization/particle_handler_04.cc @@ -15,7 +15,10 @@ // check and illustrate the serialization process for ParticleHandler - +// when the triangulation is fully distributed. +// In this case, find_active_cell_around_point() currently cannot be used to +// locate the cells around the particles and so we use a more naive insertion +// mechanism. #include #include