]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix changed typedefs
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Nov 2012 22:59:44 +0000 (22:59 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Nov 2012 22:59:44 +0000 (22:59 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27477 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a501a58f4b9be432742eaf417f60e0b69f1a846c..8d62aa5f79f2850964e3bd3110a57384dd089ca3 100644 (file)
@@ -209,9 +209,9 @@ namespace Step40
 
       ConstraintMatrix     constraints;
 
-      LA::SparseMatrix system_matrix;
-      LA::Vector locally_relevant_solution;
-      LA::Vector system_rhs;
+      LA::MPI::SparseMatrix system_matrix;
+      LA::MPI::Vector locally_relevant_solution;
+      LA::MPI::Vector system_rhs;
 
       ConditionalOStream                pcout;
   };
@@ -601,7 +601,7 @@ namespace Step40
   template <int dim>
   void LaplaceProblem<dim>::solve ()
   {
-    LA::Vector
+    LA::MPI::Vector
       completely_distributed_solution (mpi_communicator,
                                        dof_handler.n_dofs(),
                                        dof_handler.n_locally_owned_dofs());
@@ -613,7 +613,7 @@ namespace Step40
                                      // Ask for a symmetric preconditioner by
                                      // setting the first parameter in
                                      // AdditionalData to true.
-    LA::PreconditionAMG
+    LA::MPI::PreconditionAMG
       preconditioner(system_matrix,
                      PETScWrappers::PreconditionBoomerAMG::AdditionalData(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.