EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
EpetraExt_BlockMapOut.h File Reference
#include <Epetra_ConfigDefs.h>
#include <EpetraExt_ConfigDefs.h>
Include dependency graph for EpetraExt_BlockMapOut.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::BlockMapToMatrixMarketFile (const char *filename, const Epetra_BlockMap &blockMap, const char *mapName=0, const char *mapDescription=0, bool writeHeader=true)
 Writes an Epetra_BlockMap or Epetra_Map object to a Matrix Market format file. More...
 
int EpetraExt::BlockMapToHandle (std::FILE *handle, const Epetra_BlockMap &blockMap)
 Writes an Epetra_BlockMap or Epetra_Map object to a file handle. More...
 
int EpetraExt::writeBlockMap (std::FILE *handle, long long length, const int *v1, const int *v2, bool doSizes)
 
int EpetraExt::writeBlockMap (std::FILE *handle, long long length, const long long *v1, const int *v2, bool doSizes)