From ca7efc091f356a037b9f46e18e8007ef6f746609 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 24 Jun 2022 09:55:18 -0400 Subject: [PATCH] Slightly reword DataOutResample's documentation. It is better to start with what a class does than what it does not. --- include/deal.II/numerics/data_out_resample.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/deal.II/numerics/data_out_resample.h b/include/deal.II/numerics/data_out_resample.h index b87305191d..05402c0077 100644 --- a/include/deal.II/numerics/data_out_resample.h +++ b/include/deal.II/numerics/data_out_resample.h @@ -30,11 +30,10 @@ DEAL_II_NAMESPACE_OPEN /** - * A DataOut-like class that does not output a numerical solution on - * the cells of the original triangulation but interpolates the result onto a - * second triangulation (that can be completely unrelated). - * By using this class, one can output the result obtained on an unstructured - * mesh onto a structured one or one can create a slice in 3D. + * A DataOut-like class which interpolates values defined on one Triangulation + * onto a second potentially unrelated Triangulation. By using this class, + * one can output the result obtained on an unstructured mesh onto a + * structured one or one can create a slice in 3D. * * The following code snippet shows the steps how to use the class when the * solution is given for a three dimensional triangulation and the result -- 2.39.5