This is the complete list of members for
EpetraExt::BlockUtility, including all inherited members.
| CalculateOffset(const Epetra_BlockMap &BaseMap) | EpetraExt::BlockUtility | [static] |
| GenerateBlockGraph(const Epetra_CrsGraph &BaseGraph, const std::vector< std::vector< int > > &RowStencil, const std::vector< int > &RowIndices, const Epetra_Comm &GlobalComm) | EpetraExt::BlockUtility | [static] |
| GenerateBlockGraph(const Epetra_RowMatrix &BaseMatrix, const std::vector< std::vector< int > > &RowStencil, const std::vector< int > &RowIndices, const Epetra_Comm &GlobalComm) | EpetraExt::BlockUtility | [static] |
| GenerateBlockGraph(const Epetra_CrsGraph &BaseGraph, const Epetra_CrsGraph &LocalBlockGraph, const Epetra_Comm &GlobalComm) | EpetraExt::BlockUtility | [static] |
| GenerateBlockMap(const Epetra_BlockMap &BaseMap, const int *RowIndices, int num_indices, const Epetra_Comm &GlobalComm, int Offset=0) | EpetraExt::BlockUtility | [static] |
| GenerateBlockMap(const Epetra_BlockMap &BaseMap, const std::vector< int > &RowIndices, const Epetra_Comm &GlobalComm, int Offset=0) | EpetraExt::BlockUtility | [static] |
| GenerateBlockMap(const Epetra_BlockMap &BaseMap, const Epetra_BlockMap &BlockMap, const Epetra_Comm &GlobalComm, int Offset=0) | EpetraExt::BlockUtility | [static] |
| GenerateRowStencil(const Epetra_CrsGraph &LocalBlockGraph, std::vector< int > RowIndices, std::vector< std::vector< int > > &RowStencil) | EpetraExt::BlockUtility | [static] |