MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
ParallelIoBase< Backend > Member List

This is the complete list of members for ParallelIoBase< Backend >, including all inherited members.

calcOffset(size_type localCount, size_type *offset, size_type *totalCount, const MPI_Comm &mpiComm, size_type *noChunks=nullptr)ParallelIoBase< Backend >static
defineArray(maiabd_type type, const MString &name, size_type totalCount)ParallelIoBase< Backend >
defineArray(maiabd_type type, const MString &name, size_type noDims, size_type *totalCount)ParallelIoBase< Backend >
defineArray(maiabd_type type, const std::vector< MString > &name, size_type totalCount)ParallelIoBase< Backend >
defineArray(maiabd_type type, const MString &datasetName, const MString &name, size_type noDims, size_type *totalCount)ParallelIoBase< Backend >
defineScalar(maiabd_type type, const MString &name)ParallelIoBase< Backend >
deleteFile(const MString &name)ParallelIoBase< Backend >static
derived()ParallelIoBase< Backend >inlineprivate
derived() constParallelIoBase< Backend >inlineprivate
fileExists(const MString &name, const MPI_Comm &mpiComm)ParallelIoBase< Backend >static
fileExt()ParallelIoBase< Backend >static
getArrayDims(const MString &name)ParallelIoBase< Backend >
getArraySize(const MString &name, const size_type dimensionId=0)ParallelIoBase< Backend >
getArraySize(const MString &name, const MString &path, size_type *datasetSize)ParallelIoBase< Backend >
getAttribute(T *value, const MString &name, const MString &datasetName="")ParallelIoBase< Backend >
getAttribute(T *value, const MString &name, const size_type totalCount, const MString &datasetName="")ParallelIoBase< Backend >
getAttributeCount(const MString &name, size_type *totalCount, const MString &datasetName="")ParallelIoBase< Backend >
getAttributeType(const MString &name, const MString &datasetName="")ParallelIoBase< Backend >
getDatasetNames(const size_type dimensions=-1)ParallelIoBase< Backend >
getDatasetNames(const MString &path)ParallelIoBase< Backend >
getDatasetNoDims(const MString &name)ParallelIoBase< Backend >
getDatasetNoDims(const MString &name, const MString &path)ParallelIoBase< Backend >
getDatasetType(const MString &name)ParallelIoBase< Backend >
getGroupNames(const MString &path)ParallelIoBase< Backend >
hasAttribute(const MString &name, const MString &path="")ParallelIoBase< Backend >
hasDataset(const MString &name, MInt dimension)ParallelIoBase< Backend >
hasDataset(const MString &name, const MString &path)ParallelIoBase< Backend >
hasDataset(const MString &name)ParallelIoBase< Backend >
hasObject(const MString &path)ParallelIoBase< Backend >
isParallelIoFile(const MString &name, const MPI_Comm &mpiComm)ParallelIoBase< Backend >static
m_creationTimeParallelIoBase< Backend >protected
m_domainIdParallelIoBase< Backend >protected
m_fileModeParallelIoBase< Backend >protected
m_fileNameParallelIoBase< Backend >protected
m_isHeaderSavedParallelIoBase< Backend >protected
m_localCountParallelIoBase< Backend >protected
m_mpiCommParallelIoBase< Backend >protected
m_mpiInfoParallelIoBase< Backend >protected
m_noChunksParallelIoBase< Backend >protected
m_noDomainsParallelIoBase< Backend >protected
m_offsetParallelIoBase< Backend >protected
m_offsetsAreSetParallelIoBase< Backend >protected
m_readArraysParallelIoBase< Backend >protected
m_readScalarsParallelIoBase< Backend >protected
m_unwrittenArraysParallelIoBase< Backend >protected
m_unwrittenScalarsParallelIoBase< Backend >protected
m_writtenArraysParallelIoBase< Backend >protected
m_writtenScalarsParallelIoBase< Backend >protected
maiabd_type typedefParallelIoBase< Backend >
ParallelIoBase(MString fileName, MInt fileMode, const MPI_Comm &mpiComm)ParallelIoBase< Backend >protected
readArray(T *array, const MString &name, size_type memoryStride=-1, size_type diskStride=-1)ParallelIoBase< Backend >
readArray(std::vector< T > &array, const MString &name, size_type memoryStride=-1, size_type diskStride=-1)ParallelIoBase< Backend >inline
readArray(T *array, const std::vector< MString > &names, size_type memoryStride=-1, size_type diskStride=-1)ParallelIoBase< Backend >
readArray(T *array, const MString &datasetName, const MString &name, const size_type noDims, const size_type *offset, const size_type *localCount)ParallelIoBase< Backend >
readArray(T *array, const MString &datasetName, const MString &name, const size_type noDims, const size_type *localCount)ParallelIoBase< Backend >
readScalar(T *scalar, const MString &name)ParallelIoBase< Backend >
s_maxChunkSizeParallelIoBase< Backend >protectedstatic
s_mpiSizeTypeParallelIoBase< Backend >protectedstatic
setAttribute(const T &value, const MString &name, const MString &datasetName="")ParallelIoBase< Backend >
setAttribute(const MChar *value, const MString &name, const MString &datasetName="")ParallelIoBase< Backend >
setAttributes(const T *value, const MString &name, size_type totalCount, const MString &datasetName="")ParallelIoBase< Backend >
setOffset(const size_type localCount, const size_type offset, const size_type noDims, const size_type noChunks)ParallelIoBase< Backend >
setOffset(const size_type localCount, const size_type offset, const size_type noDims)ParallelIoBase< Backend >
setOffset(size_type localCount, size_type offset)ParallelIoBase< Backend >
size_type typedefParallelIoBase< Backend >
validateType(const maiabd_type type) constParallelIoBase< Backend >protected
writeArray(const T *array, const MString &name, size_type memoryStride=-1, size_type diskStride=-1)ParallelIoBase< Backend >
writeArray(const T *array, const std::vector< MString > &names, size_type memoryStride=-1, size_type diskStride=-1)ParallelIoBase< Backend >
writeArray(const T *array, const MString &path, const MString &name, const size_type noDims, size_type *offset, size_type *localCount)ParallelIoBase< Backend >
writeArray(const T *array, const MString &path, const MString &name, const size_type noDims, size_type *offset, size_type *localCount, size_type *ghost)ParallelIoBase< Backend >
writeScalar(T scalar, const MString &name)ParallelIoBase< Backend >
~ParallelIoBase()ParallelIoBase< Backend >protectedvirtual