]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Simplify exchange of data in Trilinos sparse matrix reinit: Can use the nonlocal_grap...
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 20 Jan 2014 12:03:00 +0000 (12:03 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 20 Jan 2014 12:03:00 +0000 (12:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@32263 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/multigrid/mg_transfer_prebuilt.cc

index b1fb5910fc419f021495eef536006579173398a3..00d449ad91b5329a918efa2f723004fd1efa60b6 100644 (file)
@@ -160,9 +160,7 @@ void MGTransferPrebuilt<VECTOR>::build_matrices (
                    ExcNotImplemented());
             for (unsigned int child=0; child<cell->n_children(); ++child)
               {
-                // set an alias to the
-                // prolongation matrix for
-                // this child
+                // set an alias to the prolongation matrix for this child
                 const FullMatrix<double> &prolongation
                   = mg_dof.get_fe().get_prolongation_matrix (child,
                                                              cell->refinement_case());
@@ -209,9 +207,7 @@ void MGTransferPrebuilt<VECTOR>::build_matrices (
                    ExcNotImplemented());
             for (unsigned int child=0; child<cell->n_children(); ++child)
               {
-                // set an alias to the
-                // prolongation matrix for
-                // this child
+                // set an alias to the prolongation matrix for this child
                 prolongation
                   = mg_dof.get_fe().get_prolongation_matrix (child,
                                                              cell->refinement_case());
@@ -224,8 +220,7 @@ void MGTransferPrebuilt<VECTOR>::build_matrices (
 
                 cell->child(child)->get_mg_dof_indices (dof_indices_child);
 
-                // now set the entries in the
-                // matrix
+                // now set the entries in the matrix
                 for (unsigned int i=0; i<dofs_per_cell; ++i)
                   prolongation_matrices[level]->set (dof_indices_child[i],
                                                      dofs_per_cell,

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.