Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
Ifpack2_Details_UserPartitioner_decl.hpp File Reference

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

 Ifpack2
 Preconditioners and smoothers for Tpetra sparse matrices.
 

Detailed Description

Declaration of a user-defined partitioner in which the user can define a partition of the graph. The partition may have locally overlapping parts.

Author
Tom Benson

This file is meant for Ifpack2 developers only, not for users. It declares a user-defined partitioner to mirror the one in Ifpack.