]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix matrix_free/face_setup_01 11762/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 16 Feb 2021 14:16:48 +0000 (09:16 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 16 Feb 2021 14:16:48 +0000 (09:16 -0500)
tests/matrix_free/face_setup_01.cc

index 6040e9b08cf18cfb51667f0f21f2dd25d29de03b..38c9b5c3c0e80534727cdb717ff372bfc99b6d78 100644 (file)
@@ -83,6 +83,6 @@ main(int argc, char **argv)
           << std::endl;
   for (auto &p : matrix_free.get_dof_info().vector_exchanger_face_variants)
     deallog << "partitioner: size=" << p->size()
-            << " local_size=" << p->local_size()
+            << " local_size=" << p->locally_owned_size()
             << " n_ghosts=" << p->n_ghost_indices() << std::endl;
 }

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.