Peano
Loading...
Searching...
No Matches
CellCount.cpp
Go to the documentation of this file.
1#include "CellCount.h"
2
3
5
6
10
11
13 return CostMetrics::toString( "cell-count" );
14}
15
16
21
peano4::grid::GridStatistics getGridStatistics() const
Return statistics object for primary spacetree.
static SpacetreeSet & getInstance()
virtual void updateGlobalView()
Please overwrite in subclass and set the value of _localRankWeight.
virtual std::string toString() const =0
Feel free to invoke the variant below if you want.
virtual std::string toString() const override
Feel free to invoke the variant below if you want.
Definition CellCount.cpp:12
virtual void updateGlobalView() override
Please overwrite in subclass and set the value of _localRankWeight.
Definition CellCount.cpp:17
virtual double getCostOfLocalTree(int spacetreeNumber) const override
Query cost of one tree.
Definition CellCount.cpp:22