|
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 "STDVectorStackOverSmartPointers.cpph"
Go to the source code of this file.
Data Structures | |
| class | peano4::stacks::STDVectorStackOverSmartPointers< T > |
| This stack hosts data of constant size which are stored on the heap and subject to smart pointers. More... | |
| class | peano4::stacks::STDVectorStackOverSmartPointers< T >::PopBlockStackView |
| This class represents a whole block of the tree. More... | |
| class | peano4::stacks::STDVectorStackOverSmartPointers< T >::PushBlockStackView |
Namespaces | |
| namespace | peano4 |
| namespace | peano4::stacks |