|
EpetraExt
Development
|
#include "Epetra_ConfigDefs.h"#include "EpetraExt_BlockMapOut.h"#include "EpetraExt_mmio.h"#include "Epetra_Comm.h"#include "Epetra_BlockMap.h"#include "Epetra_Map.h"#include "Epetra_IntVector.h"#include "Epetra_LongLongVector.h"#include "Epetra_GIDTypeVector.h"#include "Epetra_IntSerialDenseVector.h"#include "Epetra_LongLongSerialDenseVector.h"#include "Epetra_GIDTypeSerialDenseVector.h"#include "Epetra_Import.h"
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| template<typename int_type > | |
| int | EpetraExt::TBlockMapToHandle (FILE *handle, const Epetra_BlockMap &map) |
| int | EpetraExt::BlockMapToHandle (FILE *handle, const Epetra_BlockMap &map) |
| int | EpetraExt::writeBlockMap (FILE *handle, long long length, const int *v1, const int *v2, bool doSizes) |
| int | EpetraExt::writeBlockMap (FILE *handle, long long length, const long long *v1, const int *v2, bool doSizes) |
1.7.6.1