43 #ifndef IFPACK_USERPARTITIONER_H
44 #define IFPACK_USERPARTITIONER_H
49 #include "Teuchos_ParameterList.hpp"
88 #endif // IFPACK_USERPARTITIONER_H
virtual ~Ifpack_UserPartitioner()
Destructor.
Ifpack_UserPartitioner: A class to define linear partitions.
T & get(ParameterList &l, const std::string &name)
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner (none for linear partioning).
Ifpack_UserPartitioner(const Ifpack_Graph *Graph)
Constructor.
adjacency_list< vecS, vecS, undirectedS, no_property, property< edge_weight_t, double > > Graph
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.
#define IFPACK_CHK_ERR(ifpack_err)