41 #ifndef EPETRAEXT_BLOCKMAPIN_H
42 #define EPETRAEXT_BLOCKMAPIN_H
44 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
46 #warning "The EpetraExt package is deprecated"
86 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
89 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
118 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
121 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
126 #ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
137 #ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
int MatrixMarketFileToMap64(const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
int MatrixMarketFileToMap(const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
Constructs an Epetra_BlockMap object from a Matrix Market format file.
int MatrixMarketFileToBlockMap64(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map)
int MatrixMarketFileToBlockMap(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map)
Constructs an Epetra_BlockMap object from a Matrix Market format file.
int MatrixMarketFileToBlockMaps(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&rowmap, Epetra_BlockMap *&colmap, Epetra_BlockMap *&rangemap, Epetra_BlockMap *&domainmap)
Constructs row,col,range and domain maps from a matrix-market matrix file.
int MatrixMarketFileToBlockMaps64(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&rowmap, Epetra_BlockMap *&colmap, Epetra_BlockMap *&rangemap, Epetra_BlockMap *&domainmap)
Constructs row,col,range and domain maps from a matrix-market matrix file.