]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some more
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 5 Jan 2021 19:20:43 +0000 (14:20 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 11 Feb 2021 16:52:47 +0000 (11:52 -0500)
include/deal.II/matrix_free/vector_data_exchange.h
source/matrix_free/vector_data_exchange.cc

index d21efb9d21360fa83d9c610b4ac5c8fccd1aa493..53b44ce121d0227c96467aa59a6736272d34b324 100644 (file)
@@ -44,7 +44,7 @@ namespace internal
         virtual ~Base() = default;
 
         virtual unsigned int
-        local_size() const = 0;
+        locally_owned_size() const = 0;
 
         virtual unsigned int
         n_ghost_indices() const = 0;
@@ -149,7 +149,7 @@ namespace internal
         virtual ~PartitionerWrapper() = default;
 
         unsigned int
-        local_size() const override;
+        locally_owned_size() const override;
 
         unsigned int
         n_ghost_indices() const override;
@@ -262,7 +262,7 @@ namespace internal
           const MPI_Comm &communicator_sm);
 
         unsigned int
-        local_size() const override;
+        locally_owned_size() const override;
 
         unsigned int
         n_ghost_indices() const override;
index e127111cd6db793fa83e06141c9bd7a5065570e4..2da6124f4e0cb41e6816ead919ad2a3d6239db40 100644 (file)
@@ -46,9 +46,9 @@ namespace internal
 
 
       unsigned int
-      PartitionerWrapper::local_size() const
+      PartitionerWrapper::locally_owned_size() const
       {
-        return partitioner->local_size();
+        return partitioner->locally_owned_size();
       }
 
 
@@ -1275,7 +1275,7 @@ namespace internal
 
 
       unsigned int
-      Full::local_size() const
+      Full::locally_owned_size() const
       {
         return n_local_elements;
       }

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.