|
Ifpack2 Templated Preconditioning Package Version 1.0
|
Declaration of a user-defined partitioner in which the user can define a partition of the graph. The partition may have locally overlapping parts. More...
#include "Ifpack2_ConfigDefs.hpp"#include "Ifpack2_OverlappingPartitioner_decl.hpp"Go to the source code of this file.
Classes | |
| class | Ifpack2::Details::UserPartitioner< GraphType > |
| Partition in which the user can define a nonoverlapping partition of the graph in any way they choose. More... | |
Namespaces | |
| namespace | Ifpack2 |
| Preconditioners and smoothers for Tpetra sparse matrices. | |
Declaration of a user-defined partitioner in which the user can define a partition of the graph. The partition may have locally overlapping parts.
This file is meant for Ifpack2 developers only, not for users. It declares a user-defined partitioner to mirror the one in Ifpack.