Peano
Loading...
Searching...
No Matches
peano4::stacks Namespace Reference

Data Structures

class  STDVectorOverContainerOfPointers
 Stack with vector over pointers aka with varying elements per stack entry. More...
 
class  STDVectorStack
 Default stack implementation using std::vector. More...
 
class  STDVectorStackOverObjectsWithSmartPointers
 Stack over objects, where some of the properties per object are realised through smart pointers. More...
 
class  STDVectorStackOverSmartPointers
 This stack hosts data of constant size which are stored on the heap and subject to smart pointers. More...
 

Typedefs

typedef STDVectorStack< peano4::grid::GridVertexGridVertexStack
 

Enumerations

enum class  IOMode { None , MPISend , MPIReceive }
 

Functions

template<class T >
MPI_Datatype translateContextIntoDatatype (peano4::grid::TraversalObserver::SendReceiveContext context)
 

Typedef Documentation

◆ GridVertexStack

Enumeration Type Documentation

◆ IOMode

enum class peano4::stacks::IOMode
strong
Enumerator
None 
MPISend 
MPIReceive 

Definition at line 12 of file stacks.h.

Function Documentation

◆ translateContextIntoDatatype()