]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add remesh event
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 12 Jan 2014 16:23:52 +0000 (16:23 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 12 Jan 2014 16:23:52 +0000 (16:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@32198 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/event.h
deal.II/source/base/event.cc

index 4ceeed33ec4ce4282da9a0fef0d57960b4b0998a..a62e98643dbfd493f65f149b59f1621157774a8a 100644 (file)
@@ -151,7 +151,12 @@ namespace Algorithms
      * new.
      */
     extern const Event initial;
-
+    
+    /**
+     * The mesh has changed.
+     */
+    extern const Event remesh;
+    
     /**
      * The current derivative leads
      * to slow convergence of
index fa701dff1494b8a00774f659674692546364f403..ff174373c003a0064c8843b89a87aad11ee9cc7d 100644 (file)
@@ -65,6 +65,7 @@ namespace Algorithms
   namespace Events
   {
     const Event initial = Event::assign("Initial");
+    const Event remesh = Event::assign("Remesh");
     const Event bad_derivative = Event::assign("Bad Derivative");
     const Event new_time = Event::assign("New Time");
     const Event new_timestep_size = Event::assign("New Time Step Size");

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.