Renamed variables/functions for number of cells.

This commit is contained in:
Markus Blatt
2020-10-05 20:02:13 +02:00
parent f791884639
commit 5553d2d1f3
3 changed files with 14 additions and 14 deletions

View File

@@ -623,7 +623,7 @@ public:
* \warn This is a collective operation that needs to be called
* on all ranks.
*/
std::size_t noGlobalCells() const
std::size_t globalNumCells() const
{
const auto& grid = asImp_().grid();
if (grid.comm().size() == 1)