]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Go back to 2d.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Apr 2004 19:56:49 +0000 (19:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Apr 2004 19:56:49 +0000 (19:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@8949 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-17/Makefile
deal.II/examples/step-17/step-17.cc

index 57de7de067b797ca94e7cf670450967909f0d90f..2d7deb8ece57e3ad70648167bffe2b4c3aaf9fad 100644 (file)
@@ -76,10 +76,10 @@ else
 #
 # You may need to augment the lists of libraries when compiling your
 # program for other dimensions, or when using third party libraries
-libs.g   = $(lib-deal2-3d.g) \
+libs.g   = $(lib-deal2-2d.g) \
           $(lib-lac.g)      \
            $(lib-base.g)
-libs.o   = $(lib-deal2-3d.o) \
+libs.o   = $(lib-deal2-2d.o) \
           $(lib-lac.o)      \
            $(lib-base.o)
 
index d87c5a32d46b16f4ddd6cfcd9bf663698d04d09f..5170d2d87dd02705315ce02d6483da7b8624ccb2 100644 (file)
@@ -467,7 +467,7 @@ void ElasticProblem<dim>::run ()
       if (cycle == 0)
        {
          GridGenerator::hyper_cube (triangulation, -1, 1);
-         triangulation.refine_global (4);
+         triangulation.refine_global (3);
 
                                            // xxx
           GridTools::partition_triangulation (n_partitions, triangulation);
@@ -514,7 +514,7 @@ int main (int argc, char **argv)
 
                                        // xxx localize scope
       {
-        ElasticProblem<3> elastic_problem_2d;
+        ElasticProblem<2> elastic_problem_2d;
         elastic_problem_2d.run ();
       }
 

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.