![]() |
Peano
|
#include <algorithm>
#include <vector>
#include "stacks.h"
#include "STDVectorStack.h"
#include "tarch/Assertions.h"
#include "peano4/grid/GridVertex.h"
#include "peano4/grid/TraversalObserver.h"
#include "peano4/parallel/Node.h"
#include "tarch/logging/Log.h"
#include "tarch/mpi/IntegerMessage.h"
#include "tarch/mpi/Rank.h"
#include "tarch/multicore/Task.h"
#include "STDVectorOverContainerOfPointers.cpph"
Go to the source code of this file.
Data Structures | |
class | peano4::stacks::STDVectorOverContainerOfPointers< T > |
Stack with vector over pointers aka with varying elements per stack entry. More... | |
Namespaces | |
namespace | peano4 |
namespace | peano4::stacks |