getColMap() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getComm() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getDomainMap() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getExporter() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalMaxNumRowEntries() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalNumCols() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalNumEntries() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalNumRows() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalRowCopy(global_ordinal_type globalRow, nonconst_global_inds_host_view_type &gblColInds, size_t &numIndices) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getGlobalRowView(const global_ordinal_type gblRow, global_inds_host_view_type &gblColInds) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getImporter() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getIndexBase() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalMaxNumRowEntries() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalNumCols() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalNumEntries() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalNumRows() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalRowCopy(local_ordinal_type localRow, nonconst_local_inds_host_view_type &gblColInds, size_t &numIndices) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getLocalRowView(const local_ordinal_type lclRow, local_inds_host_view_type &lclColInds) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getNumEntriesInGlobalRow(global_ordinal_type globalRow) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getNumEntriesInLocalRow(local_ordinal_type localRow) const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getRangeMap() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
getRowMap() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
hasColMap() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
isFillComplete() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
isGloballyIndexed() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
isLocallyIndexed() const | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
OverlappingRowGraph(const Teuchos::RCP< const row_graph_type > &nonoverlappingGraph, const Teuchos::RCP< const row_graph_type > &overlappingGraph, const Teuchos::RCP< const map_type > &rowMap, const Teuchos::RCP< const map_type > &colMap, const Tpetra::global_size_t numGlobalRows, const Tpetra::global_size_t numGlobalCols, const Tpetra::global_size_t numGlobalNonzeros, const size_t maxNumEntries, const Teuchos::RCP< const import_type > &nonoverlappingImporter, const Teuchos::RCP< const import_type > &overlappingImporter) | Ifpack2::Details::OverlappingRowGraph< GraphType > | |
~OverlappingRowGraph() | Ifpack2::Details::OverlappingRowGraph< GraphType > | virtual |
~RowGraph()=default | Ifpack2::Details::RowGraph< GraphType > | virtual |