#include <EpetraExt_BlockUtility.h>
Static Public Member Functions | |
| Epetra_CrsGraph * | GenerateBlockGraph (const Epetra_CrsGraph &BaseGraph, const std::vector< std::vector< int > > &RowStencil, const std::vector< int > &RowIndices, const Epetra_Comm &GlobalComm) |
| BlockCrsMatrix constuctor. | |
| Epetra_CrsGraph * | GenerateBlockGraph (const Epetra_RowMatrix &BaseMatrix, const std::vector< std::vector< int > > &RowStencil, const std::vector< int > &RowIndices, const Epetra_Comm &GlobalComm) |
| int | CalculateOffset (const Epetra_BlockMap &BaseMap) |
| Routine for calculating Offset for creating unique global IDs for Block representation. | |
|
||||||||||||||||||||
|
BlockCrsMatrix constuctor. Creates a BlockGraph object
Definition at line 38 of file EpetraExt_BlockUtility.cpp. |
|
||||||||||||||||||||
|
Definition at line 104 of file EpetraExt_BlockUtility.cpp. |
|
|
Routine for calculating Offset for creating unique global IDs for Block representation.
Definition at line 173 of file EpetraExt_BlockUtility.cpp. |
1.3.9.1