]> https://gitweb.dealii.org/ - dealii.git/commitdiff
rename to step-56
authorRyan Grove <rgrove@clemson.edu>
Fri, 20 May 2016 12:45:28 +0000 (08:45 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 1 Jun 2016 11:03:20 +0000 (12:03 +0100)
examples/step-56/CMakeLists.txt [moved from examples/step-55/CMakeLists.txt with 95% similarity]
examples/step-56/doc/builds-on [moved from examples/step-55/doc/builds-on with 100% similarity]
examples/step-56/doc/intro.dox [moved from examples/step-55/doc/intro.dox with 100% similarity]
examples/step-56/doc/kind [moved from examples/step-55/doc/kind with 100% similarity]
examples/step-56/doc/results.dox [moved from examples/step-55/doc/results.dox with 100% similarity]
examples/step-56/doc/tooltip [moved from examples/step-55/doc/tooltip with 100% similarity]
examples/step-56/step-56.cc [moved from examples/step-55/step-55.cc with 99% similarity]

similarity index 95%
rename from examples/step-55/CMakeLists.txt
rename to examples/step-56/CMakeLists.txt
index eef6addfe99b822acfc7eab603f07c421310dbe2..837559c57bdab22c756dea19df0cd6d6857fe2e7 100644 (file)
@@ -1,9 +1,9 @@
 ##
-#  CMake script for the step-55 tutorial program:
+#  CMake script for the step-56 tutorial program:
 ##
 
 # Set the name of the project and target:
-SET(TARGET "step-55")
+SET(TARGET "step-56")
 
 # Declare all source files the target consists of. Here, this is only
 # the one step-X.cc file, but as you expand your project you may wish
similarity index 99%
rename from examples/step-55/step-55.cc
rename to examples/step-56/step-56.cc
index 66c13f19612423bf01c68cb9546b48504b5dda4a..7475c8286f4ac77d097b44d60b01ebf1228dc231 100644 (file)
 #include <fstream>
 #include <sstream>
 
-namespace Step55
+namespace Step56
 {
   using namespace dealii;
 
   // In order to make it easy to switch between the different solvers that are being
-  // used in Step-55, we declare an enum that can be passed as an argument to the
+  // used in step-56, we declare an enum that can be passed as an argument to the
   // constructor of the main class.
   struct SolverType
   {
@@ -1172,7 +1172,7 @@ int main ()
   try
     {
       using namespace dealii;
-      using namespace Step55;
+      using namespace Step56;
 
       const int degree = 1;
       const int dim = 3;

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.