EpetraExt
Development
|
This is the complete list of members for EpetraExt::BlockUtility, including all inherited members.
CalculateOffset(const Epetra_BlockMap &BaseMap) | EpetraExt::BlockUtility | static |
CalculateOffset64(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_CrsGraph &BaseGraph, const std::vector< std::vector< long long > > &RowStencil, const std::vector< long long > &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_RowMatrix &BaseMatrix, const std::vector< std::vector< long long > > &RowStencil, const std::vector< long long > &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 long long *RowIndices, int num_indices, const Epetra_Comm &GlobalComm, long long 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 std::vector< long long > &RowIndices, const Epetra_Comm &GlobalComm, long long 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 |
GenerateRowStencil(const Epetra_CrsGraph &LocalBlockGraph, std::vector< long long > RowIndices, std::vector< std::vector< long long > > &RowStencil) | EpetraExt::BlockUtility | static |
TGenerateBlockGraph(const Epetra_CrsGraph &BaseGraph, const vector< vector< int_type > > &RowStencil, const vector< int_type > &RowIndices, const Epetra_Comm &GlobalComm) | EpetraExt::BlockUtility | |
TGenerateBlockGraph(const Epetra_RowMatrix &BaseMatrix, const vector< vector< int_type > > &RowStencil, const vector< int_type > &RowIndices, const Epetra_Comm &GlobalComm) | EpetraExt::BlockUtility |