43#ifndef IFPACK_USERPARTITIONER_H
44#define IFPACK_USERPARTITIONER_H
46#include "Ifpack_ConfigDefs.h"
47#include "Ifpack_Partitioner.h"
48#include "Ifpack_OverlappingPartitioner.h"
49#include "Teuchos_ParameterList.hpp"
65 keepSingletons_(false),
75 keepSingletons_ = List.get(
"partitioner: keep singletons",keepSingletons_);
76 Map_ = List.get(
"partitioner: map",Map_);
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.
Ifpack_UserPartitioner: A class to define linear partitions.
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
Ifpack_UserPartitioner(const Ifpack_Graph *Graph)
Constructor.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner (none for linear partioning).
virtual ~Ifpack_UserPartitioner()
Destructor.