27 const std::vector<int>& blockLengths,
28 const std::vector<int>& offsets,
32 static alsfvm::shared_ptr<MpiIndexType>
makeInstance(
int numberOfBlocks,
33 const std::vector<int>& blockLengths,
34 const std::vector<int>& offsets,
35 MPI_Datatype datatype);
40 MPI_Datatype indexedDatatypeMember;
alsfvm::shared_ptr< MpiIndexType > MpiIndexTypePtr
Definition: MpiIndexType.hpp:43
Definition: MpiIndexType.hpp:24
~MpiIndexType()
Definition: MpiIndexType.cpp:43
MPI_Datatype indexedDatatype()
Definition: MpiIndexType.cpp:47
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
static alsfvm::shared_ptr< MpiIndexType > makeInstance(int numberOfBlocks, const std::vector< int > &blockLengths, const std::vector< int > &offsets, MPI_Datatype datatype)
Definition: MpiIndexType.cpp:33