From 37be9be9f93767def3e6ad5cfd7e283ff97310f4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 11 Jul 2007 20:52:14 +0000 Subject: [PATCH] Update some docs. git-svn-id: https://svn.dealii.org/trunk@14852 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 564f0394ff..cb95f8cc64 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -975,8 +975,8 @@ namespace internal * * It is recommended that a functions using the flags states so in * its documentation. For example, the - * execute_coarsening_and_refinement() function uses the face user - * flags. + * execute_coarsening_and_refinement() function uses some of the user + * flags and will therefore destroy any content stored in them. * * There is another set of user data, which can be either an * unsigned int or a void *, for @@ -1618,13 +1618,11 @@ class Triangulation : public Subscriptor * coarsening of the * triangulation. * - * The function resets all - * refinement and coarsening - * flags to false. It uses the - * line->user_flags for - * dim=2,3 and the - * quad->user_flags for - * dim=3. + * The function resets all refinement and + * coarsening flags to false. It uses the + * user flags for internal purposes. They + * will therefore be overwritten by + * undefined content. * * See the general docs for more * information. -- 2.39.5