![]() |
Peano
|
#include <vector>
#include <algorithm>
#include "stacks.h"
#include "peano4/parallel/Node.h"
#include "peano4/grid/GridVertex.h"
#include "peano4/grid/TraversalObserver.h"
#include "tarch/logging/Log.h"
#include "tarch/Assertions.h"
#include "tarch/mpi/Rank.h"
#include "tarch/multicore/Task.h"
Go to the source code of this file.
Data Structures | |
class | peano4::stacks::STDVectorStack< T > |
Default stack implementation using std::vector. More... | |
class | peano4::stacks::STDVectorStack< T >::PopBlockStackView |
This class represents a whole block of the tree. More... | |
class | peano4::stacks::STDVectorStack< T >::PushBlockStackView |
Namespaces | |
namespace | peano4 |
namespace | peano4::stacks |
Typedefs | |
typedef STDVectorStack< peano4::grid::GridVertex > | peano4::stacks::GridVertexStack |
Functions | |
template<class T > | |
MPI_Datatype | peano4::stacks::translateContextIntoDatatype (peano4::grid::TraversalObserver::SendReceiveContext context) |