![]() |
Peano
|
Public Member Functions | |
BlacklistData (int treeNumber) | |
New blacklist entry for entry which has not yet been on blacklist before, i.e. | |
Data Fields | |
int | lifetime |
Remaining steps how long this blacklist entry should stay on. | |
int | numberOfUnrefinedCells |
Store number of unrefined cells at time of split. | |
int | numberOfSplits |
int | numberOfDegeneratedChildren |
Definition at line 73 of file Blacklist.h.
toolbox::loadbalancing::Blacklist::BlacklistData::BlacklistData | ( | int | treeNumber | ) |
New blacklist entry for entry which has not yet been on blacklist before, i.e.
which has to be unknown to us beforehand.
treeNumber | Number of tree that is to be blacklisted. We do not store this number, but we use the number to query the tree on its number of unrefined octants. |
Definition at line 10 of file Blacklist.cpp.
int toolbox::loadbalancing::Blacklist::BlacklistData::lifetime |
Remaining steps how long this blacklist entry should stay on.
If the value equals zero, the blacklist entry is inactive, i.e. the underlying tree is not on the blacklist anymore. We usually keep the entry in our data structure however, so we can remember information such as the total number of splits per tree.
Definition at line 81 of file Blacklist.h.
int toolbox::loadbalancing::Blacklist::BlacklistData::numberOfDegeneratedChildren |
Definition at line 89 of file Blacklist.h.
int toolbox::loadbalancing::Blacklist::BlacklistData::numberOfSplits |
Definition at line 88 of file Blacklist.h.
int toolbox::loadbalancing::Blacklist::BlacklistData::numberOfUnrefinedCells |
Store number of unrefined cells at time of split.
Definition at line 86 of file Blacklist.h.