]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a couple of comments.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 22:09:21 +0000 (22:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 22:09:21 +0000 (22:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@30557 0785d39b-7218-0410-832d-ea1e28bc413d

tests/gla/extract_subvector_to_parallel.cc

index c859a1a9b0d14680b3b0ccc422a3de00b201f889..cb19f80e0ce2b05febbb3cee93f2e95b3158712d 100644 (file)
@@ -86,9 +86,10 @@ int main (int argc, char **argv)
     IndexSet dense_local (10);
     dense_local.add_range(0,10);
 
+//TODO: yields an error because we apparently forget to import ghost elements
     // {
     //   deallog.push("deal.II");
-    //   parallel::distributed::Vector<double> w(local, dense_local, MPI_COMM_WORLD);
+    //   parallel::distributed::Vector<double> w(local, MPI_COMM_WORLD);
     //   set (w);
     //   parallel::distributed::Vector<double> v(local, dense_local, MPI_COMM_WORLD);
     //   v = w; // get copy of vector including ghost elements
@@ -148,6 +149,7 @@ int main (int argc, char **argv)
     }
 
 
+//TODO: does not currently compile
     // {
     //   deallog.push("deal.II");
     //   parallel::distributed::BlockVector<double> w(partitioning, MPI_COMM_WORLD);

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.