43#ifndef IFPACK_EQUATIONPARTITIONER_H
44#define IFPACK_EQUATIONPARTITIONER_H
49#include "Teuchos_ParameterList.hpp"
adjacency_list< vecS, vecS, undirectedS, no_property, property< edge_weight_t, double > > Graph
Ifpack_EquationPartitioner: A class to decompose an Ifpack_Graph so that each block will contain all ...
Ifpack_EquationPartitioner(const Ifpack_Graph *Graph)
Constructor.
virtual ~Ifpack_EquationPartitioner()
Destructor.
int SetPartitionParameters(Teuchos::ParameterList &)
Sets all the parameters for the partitioner.
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.