]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a coefficient in the Butcher tableau of DOPRI.
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Apr 2014 23:39:29 +0000 (23:39 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Apr 2014 23:39:29 +0000 (23:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32741 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/time_stepping.h
deal.II/include/deal.II/base/time_stepping.templates.h

index e3a75901139d6767ed7e00b30d6b692d95788bed..87a46e5313f967047fca4997a3a2564f4b06278a 100644 (file)
@@ -43,7 +43,7 @@ namespace TimeStepping
    *   - Implicit methods:
    *     - BACKWARD_EULER: first order
    *     - IMPLICIT_MIDPOINT: second order
-   *     - CRANK_NICHOLSON: second order
+   *     - CRANK_NICOLSON: second order
    *     - SDIRK_TWO_STAGES: second order
    *   - Embedded explicit methods:
    *     - HEUN_EULER: second order
index 8a97eb0f73e4299de7d89da8bfd302b51be3601c..c3c08f117d0dbbcd38559857474efcede58025c8 100644 (file)
@@ -505,7 +505,7 @@ namespace TimeStepping
         tmp[3] = -212./729.;
         this->a.push_back(tmp);
         tmp.resize(5);
-        tmp[0] = -9017./3168.;
+        tmp[0] = 9017./3168.;
         tmp[1] = -355./33.;
         tmp[2] = 46732./5247.;
         tmp[3] = 49./176.;

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.