EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
EpetraExt_BlockMapIn.h File Reference
#include <EpetraExt_ConfigDefs.h>
#include <Epetra_ConfigDefs.h>
Include dependency graph for EpetraExt_BlockMapIn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 EpetraExt
 EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
 

Functions

int EpetraExt::MatrixMarketFileToBlockMap (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&blockMap)
 Constructs an Epetra_BlockMap object from a Matrix Market format file. More...
 
int EpetraExt::MatrixMarketFileToBlockMap64 (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map)
 
int EpetraExt::MatrixMarketFileToMap (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
 Constructs an Epetra_BlockMap object from a Matrix Market format file. More...
 
int EpetraExt::MatrixMarketFileToMap64 (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map)
 
int EpetraExt::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. More...
 
int EpetraExt::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. More...