From: David Wells Date: Fri, 24 Jun 2022 13:55:18 +0000 (-0400) Subject: Slightly reword DataOutResample's documentation. X-Git-Tag: v9.5.0-rc1~1163^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7efc091f356a037b9f46e18e8007ef6f746609;p=dealii.git Slightly reword DataOutResample's documentation. It is better to start with what a class does than what it does not. --- 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