|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
A class to define linear partitions. More...
#include <Ifpack2_LinearPartitioner_decl.hpp>

Public Member Functions | |
| LinearPartitioner (const Teuchos::RCP< const row_graph_type > &graph) | |
| Constructor. | |
| virtual | ~LinearPartitioner () |
| Destructor. | |
| void | setPartitionParameters (Teuchos::ParameterList &List) |
| Set the partitioner's parameters (none for linear partitioning). | |
| void | computePartitions () |
| Compute the partitions. | |
A class to define linear partitions.
| GraphType | Specialization of Tpetra::RowGraph or Tpetra::CrsGraph. |
| Ifpack2::LinearPartitioner< GraphType >::LinearPartitioner | ( | const Teuchos::RCP< const row_graph_type > & | graph | ) |
Constructor.
| Ifpack2::LinearPartitioner< GraphType >::~LinearPartitioner | ( | ) | [virtual] |
Destructor.
| void Ifpack2::LinearPartitioner< GraphType >::setPartitionParameters | ( | Teuchos::ParameterList & | List | ) | [virtual] |
Set the partitioner's parameters (none for linear partitioning).
Implements Ifpack2::OverlappingPartitioner< GraphType >.
| void Ifpack2::LinearPartitioner< GraphType >::computePartitions | ( | ) | [virtual] |
Compute the partitions.
Implements Ifpack2::OverlappingPartitioner< GraphType >.
1.7.6.1