]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jun 2010 01:36:42 +0000 (01:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Jun 2010 01:36:42 +0000 (01:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@21303 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-45/step-45.cc

index fc60d7f623cb18ff9b095181addb15df97377f82..356d85a0a9b4b9705125848757964a9176dd6336 100644 (file)
@@ -80,7 +80,7 @@ class LaplaceProblem
 
     void assemble_system ();
     void output_results ();
-    void setup_system ();
+    void make_grid_and_dofs ();
     void solve ();   
 };
 
@@ -129,7 +129,7 @@ LaplaceProblem::LaplaceProblem ()
 {}
 
 
-void LaplaceProblem::setup_system ()
+void LaplaceProblem::make_grid_and_dofs ()
 {
   GridGenerator::hyper_cube (triangulation);
                                   // We change the boundary indicator on the
@@ -352,8 +352,9 @@ void LaplaceProblem::output_results ()
 
                                 // And another function copied from previous
                                 // programs:
-void LaplaceProblem::run () {
-  setup_system ();
+void LaplaceProblem::run ()
+{
+  make_grid_and_dofs();
   assemble_system ();
   solve ();
   output_results ();

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.