|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
Partition in which the user can define a nonoverlapping partition of the graph in any way they choose. More...
#include <Ifpack2_Details_UserPartitioner_decl.hpp>

Public Member Functions | |
| UserPartitioner (const Teuchos::RCP< const row_graph_type > &graph) | |
| Constructor. | |
| virtual | ~UserPartitioner () |
| Destructor. | |
| void | setPartitionParameters (Teuchos::ParameterList &List) |
| Sets all the parameters for the partitioner. | |
| void | computePartitions () |
| Compute the partitions. | |
Partition in which the user can define a nonoverlapping partition of the graph in any way they choose.
| GraphType | Specialization of Tpetra::CrsGraph or Tpetra::RowGraph. |
| Ifpack2::Details::UserPartitioner< GraphType >::UserPartitioner | ( | const Teuchos::RCP< const row_graph_type > & | graph | ) |
Constructor.
| Ifpack2::Details::UserPartitioner< GraphType >::~UserPartitioner | ( | ) | [virtual] |
Destructor.
| void Ifpack2::Details::UserPartitioner< GraphType >::setPartitionParameters | ( | Teuchos::ParameterList & | List | ) | [virtual] |
Sets all the parameters for the partitioner.
Implements Ifpack2::OverlappingPartitioner< GraphType >.
| void Ifpack2::Details::UserPartitioner< GraphType >::computePartitions | ( | ) | [virtual] |
Compute the partitions.
Implements Ifpack2::OverlappingPartitioner< GraphType >.
1.7.6.1