Alsvinn  0.5.3
The fast FVM simulator with UQ support
Namespaces | Classes | Typedefs
alsfvm::mpi Namespace Reference

Namespaces

 cartesian
 
 domain
 

Classes

class  CartesianCellExchanger
 Does the cell exchange for a cartesian grid. More...
 
class  CellExchanger
 Abstract base class for exchanging cells. More...
 
class  CudaCartesianCellExchanger
 
class  MpiIndexType
 
class  Request
 
class  RequestContainer
 Holds a collection of requests. More...
 

Typedefs

typedef alsfvm::shared_ptr< CellExchangerCellExchangerPtr
 
typedef alsfvm::shared_ptr< MpiIndexTypeMpiIndexTypePtr
 
typedef Request::RequestPtr RequestPtr
 

Typedef Documentation

◆ CellExchangerPtr

typedef alsfvm::shared_ptr<CellExchanger> alsfvm::mpi::CellExchangerPtr

◆ MpiIndexTypePtr

typedef alsfvm::shared_ptr<MpiIndexType> alsfvm::mpi::MpiIndexTypePtr

◆ RequestPtr