Ifpack2 Templated Preconditioning Package
Version 1.0
|
All Ifpack2 implementations of Tpetra::RowGraph must inherit from this class. More...
#include <Ifpack2_Details_RowGraph.hpp>
Public Types | |
Typedefs | |
typedef GraphType::local_ordinal_type | local_ordinal_type |
typedef GraphType::global_ordinal_type | global_ordinal_type |
typedef GraphType::node_type | node_type |
Public Member Functions | |
Destructor | |
virtual | ~RowGraph ()=default |
Destructor (virtual for memory safety of derived classes) More... | |
All Ifpack2 implementations of Tpetra::RowGraph must inherit from this class.
GraphType | Tpetra::RowGraph specialization. |
This class exists to facilitate Tpetra interface changes. See e.g., GitHub Issue #2630.
|
virtualdefault |
Destructor (virtual for memory safety of derived classes)