EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EpetraExt::HDF5 Member List

This is the complete list of members for EpetraExt::HDF5, including all inherited members.

Close()EpetraExt::HDF5inline
Create(const std::string FileName)EpetraExt::HDF5
CreateGroup(const std::string &GroupName)EpetraExt::HDF5inline
Flush()EpetraExt::HDF5inline
HDF5(const Epetra_Comm &Comm)EpetraExt::HDF5
IsContained(std::string Name, std::string GroupName="")EpetraExt::HDF5
IsOpen() const EpetraExt::HDF5inline
Open(const std::string FileName, int AccessType=H5F_ACC_RDWR)EpetraExt::HDF5
Read(const std::string &GroupName, const std::string &DataSetName, int &data)EpetraExt::HDF5
Read(const std::string &GroupName, const std::string &DataSetName, double &data)EpetraExt::HDF5
Read(const std::string &GroupName, const std::string &DataSetName, std::string &data)EpetraExt::HDF5
Read(const std::string &GroupName, const std::string &DataSetName, const hid_t type, const int Length, void *data)EpetraExt::HDF5
Read(const std::string &GroupName, const std::string &DataSetName, int MySize, int GlobalSize, const hid_t type, void *data)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_Map *&Map)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_BlockMap *&Map)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_CrsGraph *&Graph)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &DomainMap, const Epetra_Map &RangeMap, Epetra_CrsGraph *&Graph)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_IntVector *&X)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &Map, Epetra_IntVector *&X)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_MultiVector *&X, bool writeTranspose=false, const int &indexBase=0)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &Map, Epetra_MultiVector *&X, bool writeTranspose=false)EpetraExt::HDF5
Read(const std::string &GroupName, Epetra_CrsMatrix *&A)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &DomainMap, const Epetra_Map &RangeMap, Epetra_CrsMatrix *&A)EpetraExt::HDF5
Read(const std::string &GroupName, Teuchos::ParameterList &List)EpetraExt::HDF5
Read(const std::string &GroupName, DistArray< int > *&array)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &Map, DistArray< int > *&array)EpetraExt::HDF5
Read(const std::string &GroupName, DistArray< double > *&array)EpetraExt::HDF5
Read(const std::string &GroupName, const Epetra_Map &Map, DistArray< double > *&array)EpetraExt::HDF5
Read(const std::string &GroupName, Handle &List)EpetraExt::HDF5
ReadBlockMapProperties(const std::string &GroupName, int &NumGlobalElements, int &NumGlobalPoints, int &IndexBase, int &NumProc)EpetraExt::HDF5
ReadComment(const std::string &GroupName, std::string &Comment)EpetraExt::HDF5inline
ReadCrsGraphProperties(const std::string &GroupName, int &NumGlobalRows, int &NumGlobalCols, int &NumGlobalNonzeros, int &NumGlobalDiagonals, int &MaxNumIndices)EpetraExt::HDF5
ReadCrsMatrixProperties(const std::string &GroupName, int &NumGlobalRows, int &NumGlobalCols, int &NumNonzeros, int &NumGlobalDiagonals, int &MaxNumEntries, double &NormOne, double &NormInf)EpetraExt::HDF5
ReadDoubleDistArrayProperties(const std::string &GroupName, int &GlobalLength, int &RowSize)EpetraExt::HDF5
ReadHandleProperties(const std::string &GroupName, std::string &Type, int &NumGlobalElements)EpetraExt::HDF5
ReadIntDistArrayProperties(const std::string &GroupName, int &GlobalLength, int &RowSize)EpetraExt::HDF5
ReadIntVectorProperties(const std::string &GroupName, int &GlobalLength)EpetraExt::HDF5
ReadMapProperties(const std::string &GroupName, int &NumGlobalElements, int &IndexBase, int &NumProc)EpetraExt::HDF5
ReadMultiVectorProperties(const std::string &GroupName, int &GlobalLength, int &NumVectors)EpetraExt::HDF5
Write(const std::string &GroupName, const std::string &DataSetName, int data)EpetraExt::HDF5
Write(const std::string &GroupName, const std::string &DataSetName, double data)EpetraExt::HDF5
Write(const std::string &GroupName, const std::string &DataSetName, const std::string &data)EpetraExt::HDF5
Write(const std::string &GroupName, const std::string &DataSetName, const hid_t type, const int Length, const void *data)EpetraExt::HDF5
Write(const std::string &GroupName, const std::string &DataSetName, int MySize, int GlobalSize, hid_t type, const void *data)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_Map &Map)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_BlockMap &Map)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_CrsGraph &Graph)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_IntVector &x)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_MultiVector &x, bool writeTranspose=false)EpetraExt::HDF5
Write(const std::string &GroupName, const Epetra_RowMatrix &Matrix)EpetraExt::HDF5
Write(const std::string &GroupName, const Teuchos::ParameterList &List)EpetraExt::HDF5
Write(const std::string &GroupName, const DistArray< int > &array)EpetraExt::HDF5
Write(const std::string &GroupName, const DistArray< double > &array)EpetraExt::HDF5
Write(const std::string &GroupName, const Handle &List)EpetraExt::HDF5
WriteComment(const std::string &GroupName, std::string Comment)EpetraExt::HDF5inline
~HDF5()EpetraExt::HDF5inline