]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Set end time to 30 million years.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 13:52:41 +0000 (13:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 13:52:41 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@19285 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/doc/intro.dox
deal.II/examples/step-32/step-32.cc

index 30c5baf428ae2904dad52b57771c77038636122f..e5e7812a8065814df83a4c62f1a6833c2365787b 100644 (file)
@@ -581,6 +581,6 @@ the following quantities:
 All of these pieces of equation data are defined in the program in the
 <code>EquationData</code> namespace. When run, the program produces
 maximal velocities around 10 centimeters per year, approximately the
-physically correct order of magnitude. We will set the end time to 10
+physically correct order of magnitude. We will set the end time to 30
 million years.
 
index 8a94f3537db607fa2ec10865c53f292f0cf77502..b54dbe5a9b0cc1422788eb8da0f147b5e650169e 100644 (file)
@@ -104,7 +104,7 @@ namespace EquationData
   const double T1      =  700+273;
 
   const double year_in_seconds = 60*60*24*365.2425;
-  const double end_time        = 1e7 * year_in_seconds;
+  const double end_time        = 3e7 * year_in_seconds;
 
   template <int dim>
   Tensor<1,dim> gravity_vector (const Point<dim> &p)

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.