]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
doc update
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Nov 1999 11:53:25 +0000 (11:53 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Nov 1999 11:53:25 +0000 (11:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@1945 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/persistent_tria.h

index 3b824a7b0e72b214c0aeb7bb54a91d561e0b3653..90ae33a9d5d7adf6fbf99b93ebd14c5d436e9758 100644 (file)
@@ -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<dim>
                                       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);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.