From 9ab61d1e6d143504f57b9d201c7d6cb305a4443e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 16 Aug 1999 11:37:18 +0000 Subject: [PATCH] More doc update. git-svn-id: https://svn.dealii.org/trunk@1703 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/persistent_tria.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/deal.II/include/grid/persistent_tria.h b/deal.II/deal.II/include/grid/persistent_tria.h index 852405a9b1..91320c7b36 100644 --- a/deal.II/deal.II/include/grid/persistent_tria.h +++ b/deal.II/deal.II/include/grid/persistent_tria.h @@ -29,6 +29,14 @@ * have been extended slightly as well, see their documentation for more * information. * + * We note that since the triangulation is created in exactly the same state + * as it was before, other objects working on it should result in the same + * state as well. This holds in particular for the #DoFHandler# object, which + * will assign the same degrees of freedom to the original cells and the ones + * after reconstruction of the triangulation. You can therefore safely use data + * vectors computed on the original grid on the reconstructed grid as well. + * + * * \subsection{Usage} * You can use objects of this class almost in the same way as objects of the * #Triangulation# class. One of the few differences is that you can only -- 2.39.5