#include <Xpetra_TpetraCrsGraph.hpp>
Public Member Functions | |
| Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | getMap () const |
| Implements DistObject interface. | |
| void | doImport (const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > &source, const Import< LocalOrdinal, GlobalOrdinal, Node > &importer, CombineMode CM) |
| Import. | |
| void | doExport (const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > &dest, const Import< LocalOrdinal, GlobalOrdinal, Node > &importer, CombineMode CM) |
| Export. | |
| void | doImport (const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > &source, const Export< LocalOrdinal, GlobalOrdinal, Node > &exporter, CombineMode CM) |
| Import (using an Exporter). | |
| void | doExport (const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > &dest, const Export< LocalOrdinal, GlobalOrdinal, Node > &exporter, CombineMode CM) |
| Export (using an Importer). | |
Private Types | |
| typedef TpetraCrsGraph < LocalOrdinal, GlobalOrdinal, Node > | TpetraCrsGraphClass |
| typedef Map< LocalOrdinal, GlobalOrdinal, Node > | map_type |
Private Attributes | |
| RCP< Tpetra::CrsGraph < LocalOrdinal, GlobalOrdinal, Node > > | graph_ |
Constructor/Destructor Methods | |
| TpetraCrsGraph (const RCP< const map_type > &rowMap, size_t maxNumEntriesPerRow, ProfileType pftype=DynamicProfile, const RCP< ParameterList > ¶ms=null) | |
| Constructor specifying fixed number of entries for each row. | |
| TpetraCrsGraph (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rowMap, const ArrayRCP< const size_t > &NumEntriesPerRowToAlloc, ProfileType pftype=DynamicProfile, const RCP< ParameterList > ¶ms=null) | |
| Constructor specifying (possibly different) number of entries in each row. | |
| TpetraCrsGraph (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rowMap, const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &colMap, size_t maxNumEntriesPerRow, ProfileType pftype=DynamicProfile, const RCP< ParameterList > ¶ms=null) | |
| Constructor specifying column Map and fixed number of entries for each row. | |
| TpetraCrsGraph (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rowMap, const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &colMap, const ArrayRCP< const size_t > &NumEntriesPerRowToAlloc, ProfileType pftype=DynamicProfile, const RCP< ParameterList > ¶ms=null) | |
| Constructor specifying column Map and number of entries in each row. | |
| virtual | ~TpetraCrsGraph () |
| Destructor. | |
Insertion/Removal Methods | |
| void | insertGlobalIndices (GlobalOrdinal globalRow, const ArrayView< const GlobalOrdinal > &indices) |
| Insert global indices into the graph. | |
| void | insertLocalIndices (const LocalOrdinal localRow, const ArrayView< const LocalOrdinal > &indices) |
| Insert local indices into the graph. | |
| void | removeLocalIndices (LocalOrdinal localRow) |
| Remove all graph indices from the specified local row. | |
Transformational Methods | |
| void | fillComplete (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &domainMap, const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rangeMap, const RCP< ParameterList > ¶ms=null) |
| Signal that data entry is complete, specifying domain and range maps. | |
| void | fillComplete (const RCP< ParameterList > ¶ms=null) |
| Signal that data entry is complete. | |
Methods implementing RowGraph. | |
| RCP< const Comm< int > > | getComm () const |
| Returns the communicator. | |
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getRowMap () const |
| Returns the Map that describes the row distribution in this graph. | |
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getColMap () const |
| Returns the Map that describes the column distribution in this graph. | |
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getDomainMap () const |
| Returns the Map associated with the domain of this graph. | |
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | getRangeMap () const |
| Returns the Map associated with the domain of this graph. | |
| RCP< const Import < LocalOrdinal, GlobalOrdinal, Node > > | getImporter () const |
| Returns the importer associated with this graph. | |
| RCP< const Export < LocalOrdinal, GlobalOrdinal, Node > > | getExporter () const |
| Returns the exporter associated with this graph. | |
| global_size_t | getGlobalNumRows () const |
| Returns the number of global rows in the graph. | |
| global_size_t | getGlobalNumCols () const |
| Returns the number of global columns in the graph. | |
| size_t | getNodeNumRows () const |
| Returns the number of graph rows owned on the calling node. | |
| size_t | getNodeNumCols () const |
| Returns the number of columns connected to the locally owned rows of this graph. | |
| GlobalOrdinal | getIndexBase () const |
| Returns the index base for global indices for this graph. | |
| global_size_t | getGlobalNumEntries () const |
| Returns the global number of entries in the graph. | |
| size_t | getNodeNumEntries () const |
| Returns the local number of entries in the graph. | |
| size_t | getNumEntriesInGlobalRow (GlobalOrdinal globalRow) const |
| Returns the current number of entries on this node in the specified global row. | |
| size_t | getNumEntriesInLocalRow (LocalOrdinal localRow) const |
| Returns the current number of entries on this node in the specified local row. | |
| size_t | getNumAllocatedEntriesInGlobalRow (GlobalOrdinal globalRow) const |
| Returns the current number of allocated entries for this node in the specified global row . | |
| size_t | getNumAllocatedEntriesInLocalRow (LocalOrdinal localRow) const |
| Returns the current number of allocated entries on this node in the specified local row. | |
| global_size_t | getGlobalNumDiags () const |
| Returns the number of global diagonal entries, based on global row/column index comparisons. | |
| size_t | getNodeNumDiags () const |
| Returns the number of local diagonal entries, based on global row/column index comparisons. | |
| size_t | getGlobalMaxNumRowEntries () const |
| Maximum number of entries in all rows over all processes. | |
| size_t | getNodeMaxNumRowEntries () const |
| Maximum number of entries in all rows owned by the calling process. | |
| bool | hasColMap () const |
| Whether the graph has a column Map. | |
| bool | isLowerTriangular () const |
| Whether the graph is locally lower triangular. | |
| bool | isUpperTriangular () const |
| Whether the graph is locally upper triangular. | |
| bool | isLocallyIndexed () const |
| Whether column indices are stored using local indices on the calling process. | |
| bool | isGloballyIndexed () const |
| Whether column indices are stored using global indices on the calling process. | |
| bool | isFillComplete () const |
| Whether fillComplete() has been called and the graph is in compute mode. | |
| bool | isStorageOptimized () const |
| Returns true if storage has been optimized. | |
| void | getGlobalRowView (GlobalOrdinal GlobalRow, ArrayView< const GlobalOrdinal > &Indices) const |
| Return a const, nonpersisting view of global indices in the given row. | |
| void | getLocalRowView (LocalOrdinal LocalRow, ArrayView< const LocalOrdinal > &indices) const |
| Return a const, nonpersisting view of local indices in the given row. | |
Overridden from Teuchos::Describable | |
| std::string | description () const |
| Return a simple one-line description of this object. | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
| Print the object with some verbosity level to an FancyOStream object. | |
Advanced methods, at increased risk of deprecation. | |
| ArrayRCP< const size_t > | getNodeRowPtrs () const |
| Get an ArrayRCP of the row-offsets. | |
Xpetra specific | |
| TpetraCrsGraph (const Teuchos::RCP< Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > &graph) | |
| TpetraCrsGraph constructor to wrap a Tpetra::CrsGraph object. | |
| RCP< const Tpetra::CrsGraph < LocalOrdinal, GlobalOrdinal, Node > > | getTpetra_CrsGraph () const |
| Get the underlying Tpetra graph. | |
Definition at line 79 of file Xpetra_TpetraCrsGraph.hpp.
typedef TpetraCrsGraph<LocalOrdinal,GlobalOrdinal,Node> Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraphClass [private] |
Definition at line 84 of file Xpetra_TpetraCrsGraph.hpp.
typedef Map<LocalOrdinal,GlobalOrdinal,Node> Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::map_type [private] |
Definition at line 85 of file Xpetra_TpetraCrsGraph.hpp.
| Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraph | ( | const RCP< const map_type > & | rowMap, |
| size_t | maxNumEntriesPerRow, | ||
| ProfileType | pftype = DynamicProfile, |
||
| const RCP< ParameterList > & | params = null |
||
| ) | [inline] |
Constructor specifying fixed number of entries for each row.
Definition at line 93 of file Xpetra_TpetraCrsGraph.hpp.
| Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraph | ( | const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | rowMap, |
| const ArrayRCP< const size_t > & | NumEntriesPerRowToAlloc, | ||
| ProfileType | pftype = DynamicProfile, |
||
| const RCP< ParameterList > & | params = null |
||
| ) | [inline] |
Constructor specifying (possibly different) number of entries in each row.
Definition at line 97 of file Xpetra_TpetraCrsGraph.hpp.
| Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraph | ( | const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | rowMap, |
| const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | colMap, | ||
| size_t | maxNumEntriesPerRow, | ||
| ProfileType | pftype = DynamicProfile, |
||
| const RCP< ParameterList > & | params = null |
||
| ) | [inline] |
Constructor specifying column Map and fixed number of entries for each row.
Definition at line 101 of file Xpetra_TpetraCrsGraph.hpp.
| Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraph | ( | const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | rowMap, |
| const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | colMap, | ||
| const ArrayRCP< const size_t > & | NumEntriesPerRowToAlloc, | ||
| ProfileType | pftype = DynamicProfile, |
||
| const RCP< ParameterList > & | params = null |
||
| ) | [inline] |
Constructor specifying column Map and number of entries in each row.
Definition at line 105 of file Xpetra_TpetraCrsGraph.hpp.
| virtual Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::~TpetraCrsGraph | ( | ) | [inline, virtual] |
Destructor.
Definition at line 109 of file Xpetra_TpetraCrsGraph.hpp.
| Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::TpetraCrsGraph | ( | const Teuchos::RCP< Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > & | graph | ) | [inline] |
TpetraCrsGraph constructor to wrap a Tpetra::CrsGraph object.
Definition at line 314 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::insertGlobalIndices | ( | GlobalOrdinal | globalRow, |
| const ArrayView< const GlobalOrdinal > & | indices | ||
| ) | [inline, virtual] |
Insert global indices into the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 117 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::insertLocalIndices | ( | const LocalOrdinal | localRow, |
| const ArrayView< const LocalOrdinal > & | indices | ||
| ) | [inline, virtual] |
Insert local indices into the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 120 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::removeLocalIndices | ( | LocalOrdinal | localRow | ) | [inline, virtual] |
Remove all graph indices from the specified local row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 123 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::fillComplete | ( | const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | domainMap, |
| const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | rangeMap, | ||
| const RCP< ParameterList > & | params = null |
||
| ) | [inline, virtual] |
Signal that data entry is complete, specifying domain and range maps.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 131 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::fillComplete | ( | const RCP< ParameterList > & | params = null | ) | [inline, virtual] |
Signal that data entry is complete.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 134 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Comm< int > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getComm | ( | ) | const [inline, virtual] |
Returns the communicator.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 142 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getRowMap | ( | ) | const [inline, virtual] |
Returns the Map that describes the row distribution in this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 145 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getColMap | ( | ) | const [inline, virtual] |
Returns the Map that describes the column distribution in this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 148 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getDomainMap | ( | ) | const [inline, virtual] |
Returns the Map associated with the domain of this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 151 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getRangeMap | ( | ) | const [inline, virtual] |
Returns the Map associated with the domain of this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 154 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Import< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getImporter | ( | ) | const [inline, virtual] |
Returns the importer associated with this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 157 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Export< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getExporter | ( | ) | const [inline, virtual] |
Returns the exporter associated with this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 160 of file Xpetra_TpetraCrsGraph.hpp.
| global_size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalNumRows | ( | ) | const [inline, virtual] |
Returns the number of global rows in the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 163 of file Xpetra_TpetraCrsGraph.hpp.
| global_size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalNumCols | ( | ) | const [inline, virtual] |
Returns the number of global columns in the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 166 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeNumRows | ( | ) | const [inline, virtual] |
Returns the number of graph rows owned on the calling node.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 169 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeNumCols | ( | ) | const [inline, virtual] |
Returns the number of columns connected to the locally owned rows of this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 172 of file Xpetra_TpetraCrsGraph.hpp.
| GlobalOrdinal Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getIndexBase | ( | ) | const [inline, virtual] |
Returns the index base for global indices for this graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 175 of file Xpetra_TpetraCrsGraph.hpp.
| global_size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalNumEntries | ( | ) | const [inline, virtual] |
Returns the global number of entries in the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 178 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeNumEntries | ( | ) | const [inline, virtual] |
Returns the local number of entries in the graph.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 181 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNumEntriesInGlobalRow | ( | GlobalOrdinal | globalRow | ) | const [inline, virtual] |
Returns the current number of entries on this node in the specified global row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 184 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNumEntriesInLocalRow | ( | LocalOrdinal | localRow | ) | const [inline, virtual] |
Returns the current number of entries on this node in the specified local row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 187 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNumAllocatedEntriesInGlobalRow | ( | GlobalOrdinal | globalRow | ) | const [inline, virtual] |
Returns the current number of allocated entries for this node in the specified global row .
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 190 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNumAllocatedEntriesInLocalRow | ( | LocalOrdinal | localRow | ) | const [inline, virtual] |
Returns the current number of allocated entries on this node in the specified local row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 193 of file Xpetra_TpetraCrsGraph.hpp.
| global_size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalNumDiags | ( | ) | const [inline, virtual] |
Returns the number of global diagonal entries, based on global row/column index comparisons.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 196 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeNumDiags | ( | ) | const [inline, virtual] |
Returns the number of local diagonal entries, based on global row/column index comparisons.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 199 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalMaxNumRowEntries | ( | ) | const [inline, virtual] |
Maximum number of entries in all rows over all processes.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 202 of file Xpetra_TpetraCrsGraph.hpp.
| size_t Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeMaxNumRowEntries | ( | ) | const [inline, virtual] |
Maximum number of entries in all rows owned by the calling process.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 205 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::hasColMap | ( | ) | const [inline, virtual] |
Whether the graph has a column Map.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 208 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isLowerTriangular | ( | ) | const [inline, virtual] |
Whether the graph is locally lower triangular.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 211 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isUpperTriangular | ( | ) | const [inline, virtual] |
Whether the graph is locally upper triangular.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 214 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isLocallyIndexed | ( | ) | const [inline, virtual] |
Whether column indices are stored using local indices on the calling process.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 217 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isGloballyIndexed | ( | ) | const [inline, virtual] |
Whether column indices are stored using global indices on the calling process.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 220 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isFillComplete | ( | ) | const [inline, virtual] |
Whether fillComplete() has been called and the graph is in compute mode.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 223 of file Xpetra_TpetraCrsGraph.hpp.
| bool Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::isStorageOptimized | ( | ) | const [inline, virtual] |
Returns true if storage has been optimized.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 226 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getGlobalRowView | ( | GlobalOrdinal | GlobalRow, |
| ArrayView< const GlobalOrdinal > & | Indices | ||
| ) | const [inline, virtual] |
Return a const, nonpersisting view of global indices in the given row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 229 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getLocalRowView | ( | LocalOrdinal | LocalRow, |
| ArrayView< const LocalOrdinal > & | indices | ||
| ) | const [inline, virtual] |
Return a const, nonpersisting view of local indices in the given row.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 232 of file Xpetra_TpetraCrsGraph.hpp.
| std::string Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::description | ( | ) | const [inline, virtual] |
Return a simple one-line description of this object.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 240 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::describe | ( | Teuchos::FancyOStream & | out, |
| const Teuchos::EVerbosityLevel | verbLevel = Teuchos::Describable::verbLevel_default |
||
| ) | const [inline, virtual] |
Print the object with some verbosity level to an FancyOStream object.
Implements Xpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 243 of file Xpetra_TpetraCrsGraph.hpp.
| ArrayRCP< const size_t > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getNodeRowPtrs | ( | ) | const [inline] |
Get an ArrayRCP of the row-offsets.
Definition at line 251 of file Xpetra_TpetraCrsGraph.hpp.
| Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getMap | ( | ) | const [inline, virtual] |
Implements DistObject interface.
Access function for the Tpetra::Map this DistObject was constructed with.
Implements Xpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 259 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::doImport | ( | const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > & | source, |
| const Import< LocalOrdinal, GlobalOrdinal, Node > & | importer, | ||
| CombineMode | CM | ||
| ) | [inline, virtual] |
Implements Xpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 262 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::doExport | ( | const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > & | dest, |
| const Import< LocalOrdinal, GlobalOrdinal, Node > & | importer, | ||
| CombineMode | CM | ||
| ) | [inline, virtual] |
Implements Xpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 274 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::doImport | ( | const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > & | source, |
| const Export< LocalOrdinal, GlobalOrdinal, Node > & | exporter, | ||
| CombineMode | CM | ||
| ) | [inline, virtual] |
Import (using an Exporter).
Implements Xpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 285 of file Xpetra_TpetraCrsGraph.hpp.
| void Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::doExport | ( | const DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > & | dest, |
| const Export< LocalOrdinal, GlobalOrdinal, Node > & | exporter, | ||
| CombineMode | CM | ||
| ) | [inline, virtual] |
Export (using an Importer).
Implements Xpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 297 of file Xpetra_TpetraCrsGraph.hpp.
| RCP< const Tpetra::CrsGraph<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::getTpetra_CrsGraph | ( | ) | const [inline] |
Get the underlying Tpetra graph.
Definition at line 317 of file Xpetra_TpetraCrsGraph.hpp.
RCP< Tpetra::CrsGraph<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::TpetraCrsGraph< LocalOrdinal, GlobalOrdinal, Node >::graph_ [private] |
Definition at line 322 of file Xpetra_TpetraCrsGraph.hpp.
1.7.6.1