All Ifpack2 implementations of Tpetra::RowGraph must inherit from this class.
More...
#include <Ifpack2_Details_RowGraph.hpp>
|
|
typedef
GraphType::local_ordinal_type | local_ordinal_type |
|
typedef
GraphType::global_ordinal_type | global_ordinal_type |
|
typedef GraphType::node_type | node_type |
|
typedef
GraphType::local_inds_host_view_type | local_inds_host_view_type |
|
typedef
GraphType::nonconst_local_inds_host_view_type | nonconst_local_inds_host_view_type |
|
typedef
GraphType::global_inds_host_view_type | global_inds_host_view_type |
|
typedef
GraphType::nonconst_global_inds_host_view_type | nonconst_global_inds_host_view_type |
|
|
|
virtual | ~RowGraph ()=default |
| Destructor (virtual for memory safety of derived classes) More...
|
|
template<class GraphType>
class Ifpack2::Details::RowGraph< GraphType >
All Ifpack2 implementations of Tpetra::RowGraph must inherit from this class.
- Template Parameters
-
GraphType | Tpetra::RowGraph specialization. |
- Warning
- This class is an implementation detail of Ifpack2. Users should not rely on its interface.
This class exists to facilitate Tpetra interface changes. See e.g., GitHub Issue #2630.
template<class GraphType >
Destructor (virtual for memory safety of derived classes)
The documentation for this class was generated from the following file: