43 #ifndef IFPACK2_USER_PARTITIONER_DECL_HPP 44 #define IFPACK2_USER_PARTITIONER_DECL_HPP 54 #include "Ifpack2_ConfigDefs.hpp" 55 #include "Ifpack2_OverlappingPartitioner_decl.hpp" 65 template<
class GraphType>
68 typedef typename GraphType::local_ordinal_type local_ordinal_type;
69 typedef typename GraphType::global_ordinal_type global_ordinal_type;
70 typedef typename GraphType::node_type node_type;
71 typedef Tpetra::RowGraph<local_ordinal_type, global_ordinal_type, node_type>
91 Teuchos::ArrayRCP<local_ordinal_type> map_;
97 #endif // IFPACK2_USER_PARTITIONER_DECL_HPP UserPartitioner(const Teuchos::RCP< const row_graph_type > &graph)
Constructor.
Definition: Ifpack2_Details_UserPartitioner_def.hpp:55
void computePartitions()
Compute the partitions.
Definition: Ifpack2_Details_UserPartitioner_def.hpp:74
Ifpack2 implementation details.
Partition in which the user can define a nonoverlapping partition of the graph in any way they choose...
Definition: Ifpack2_Details_UserPartitioner_decl.hpp:66
virtual ~UserPartitioner()
Destructor.
Definition: Ifpack2_Details_UserPartitioner_def.hpp:60
Definition: Ifpack2_OverlappingPartitioner_decl.hpp:77
Preconditioners and smoothers for Tpetra sparse matrices.
Definition: Ifpack2_AdditiveSchwarz_decl.hpp:72
void setPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner. The only valid parameter is:
Definition: Ifpack2_Details_UserPartitioner_def.hpp:65