]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Undo r23348 now that this isn't necessary any more.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 16 Feb 2011 14:49:45 +0000 (14:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 16 Feb 2011 14:49:45 +0000 (14:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@23376 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 59621e80cb8ae42b0913a015aa520ef55fd141fb..1323fcd75b77e2d2dc5123910cf870a5d248744e 100644 (file)
@@ -3572,26 +3572,11 @@ void BoussinesqFlowProblem<dim>::run (const std::string parameter_filename)
       old_temperature_solution     = temperature_solution;
       if (old_time_step > 0)
        {
-         TrilinosWrappers::MPI::BlockVector distributed_stokes_solution (stokes_rhs);
-         distributed_stokes_solution.block(0).reinit(stokes_solution.block(0),false,true);
-         distributed_stokes_solution.block(1).reinit(stokes_solution.block(1),false,true);
-         distributed_stokes_solution.sadd (1.+time_step/old_time_step, -time_step/old_time_step,
-                                           old_old_stokes_solution);
-         stokes_solution.block(0).reinit(distributed_stokes_solution.block(0), false, true);
-         stokes_solution.block(1).reinit(distributed_stokes_solution.block(1), false, true);
-
-         TrilinosWrappers::MPI::Vector
-           distributed_temperature_solution (temperature_rhs);
-         distributed_temperature_solution.reinit(temperature_solution, false, true);
-         TrilinosWrappers::MPI::Vector
-           distributed_old_old_temperature_solution (temperature_rhs);
-         distributed_old_old_temperature_solution.reinit(old_old_temperature_solution, false, true);
-
-
-         distributed_temperature_solution.sadd (1.+time_step/old_time_step,
-                                                -time_step/old_time_step,
-                                                distributed_old_old_temperature_solution);
-         temperature_solution.reinit(distributed_temperature_solution, false, true);
+         stokes_solution.sadd (1.+time_step/old_time_step, -time_step/old_time_step,
+                               old_old_stokes_solution);
+         temperature_solution.sadd (1.+time_step/old_time_step,
+                                    -time_step/old_time_step,
+                                    old_old_temperature_solution);
        }
     }
   while (true);

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.