From: hartmann Date: Thu, 25 Nov 1999 11:53:25 +0000 (+0000) Subject: doc update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126af5697e186046083481af5804fc370fbc267b;p=dealii-svn.git doc update git-svn-id: https://svn.dealii.org/trunk@1945 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/persistent_tria.h b/deal.II/deal.II/include/grid/persistent_tria.h index 3b824a7b0e..90ae33a9d5 100644 --- a/deal.II/deal.II/include/grid/persistent_tria.h +++ b/deal.II/deal.II/include/grid/persistent_tria.h @@ -15,7 +15,7 @@ * it was deleted some time before. Its main purpose is support for * time-dependent problems where one frequently deletes a triangulation due * to memory pressure and later wants to rebuild it; this class has all the - * information to rebuild it exactly as it was beforem including the mapping + * information to rebuild it exactly as it was before including the mapping * of cell numbers to the geometrical cells. * * Basically, this is a drop-in replacement for the triangulation. Since it @@ -176,14 +176,18 @@ class PersistentTriangulation : public Triangulation const SubCellData &subcelldata); /** - * Writes all refine flag to the ostream - * #out#. + * Writes all refine and coarsen + * flags to the ostream #out#. */ virtual void write_flags(ostream &out) const; /** - * Loads all refine flags that previously - * were written by #save_refine_flags(...)#. + * Reads all refine and coarsen flags + * that previously were written by + * #write_flags(...)#. This is especially + * useful for rebuilding the triangulation + * after the end or breakdown of a program + * and its restart. */ virtual void read_flags(istream &in);