]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Aug 1999 11:35:21 +0000 (11:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Aug 1999 11:35:21 +0000 (11:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@1702 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c8c35a7e4c2c784382b7116d464afd2e70dd764c..852405a9b1e50ce79373fa779237872bdfd5bdff 100644 (file)
@@ -121,6 +121,12 @@ class PersistentTriangulation : public Triangulation<dim>
                                      * data. For this, the coarse grid is
                                      * copied and the grid is stepwise
                                      * rebuilt using the saved flags.
+                                     *
+                                     * Note that this function will result in
+                                     * an error if the underlying triangulation
+                                     * is not empty, i.e. it will only succeed
+                                     * if this object is newly created or
+                                     * #clear()# was called on it before.
                                      */
     void restore ();
 
index 6a6fcfc136bb687c6e3042fcd96bc525e82cb0ad..6405191c32cc236f9f6bb940136664e5e33a0901 100644 (file)
@@ -1639,6 +1639,11 @@ class Triangulation
                                     /**
                                      * Reset this triangulation into a
                                      * virgin state by deleting all data.
+                                     *
+                                     * Note that this operation is only allowed
+                                     * if no subscriptions to this object exist
+                                     * any more, such as #DoFHandler# objects
+                                     * using it.
                                      */
     void clear ();
     

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.