Peano
Loading...
Searching...
No Matches
NoLoadBalancing.cpp
Go to the documentation of this file.
2
3#include "tarch/Assertions.h"
8
9
12
13
21
22
24 _statistics.updateGlobalView();
25
26 if (_costMetrics != nullptr) {
27 _costMetrics->updateGlobalView();
28 }
29
30 _blacklist.update();
31
33}
34
35
Abstract interface to tweak the behaviour of the recursive subdivision.
void notifyOfStateChange(State state)
virtual void finishStep() override
Finish a mesh sweep.
virtual void enable(bool value) override
You cannot enable the no load balancing.
NoLoadBalancing()
Delegate to other constructor with nullptr arguments, as configuration does not matter anyway.
void dumpStatistics()
Dump the stats of the lb to the terminal (info device).
@ SwitchedOff
You usually don't get this state when we query the configuration, i.e.