41#ifndef EPETRAEXT_BLOCKMAPIN_H
42#define EPETRAEXT_BLOCKMAPIN_H
45#include <Epetra_ConfigDefs.h>
80#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
83#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
112#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
115#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
120#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
131#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
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 MatrixMarketFileToMap64(const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
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.
int MatrixMarketFileToMap(const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
Constructs an Epetra_BlockMap object from a Matrix Market format file.
int MatrixMarketFileToBlockMap(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map)
Constructs an Epetra_BlockMap object from a Matrix Market format file.
int MatrixMarketFileToBlockMap64(const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map)