![]() |
Peano
|
#include "tarch/logging/Log.h"
#include "tarch/services/Service.h"
#include "tarch/multicore/Task.h"
#include "tarch/multicore/BooleanSemaphore.h"
#include "peano4/maps/maps.h"
#include "peano4/grid/grid.h"
#include "TreeManagementMessage.h"
#include <list>
#include <map>
#include <set>
#include "SpacetreeSet.cpph"
Go to the source code of this file.
Data Structures | |
class | peano4::parallel::SpacetreeSet |
The spacetree set has to be a singleton, as it is reponsible to accept requests for new trees from remote ranks. More... | |
class | peano4::parallel::SpacetreeSet::TraverseTask |
Each task triggers the traversal of one specific spacetree. More... | |
Namespaces | |
namespace | peano4 |
namespace | peano4::grid |
The grid namespace is Peano's core. | |
namespace | peano4::parallel |