43 #ifndef IFPACK_EQUATIONPARTITIONER_H 44 #define IFPACK_EQUATIONPARTITIONER_H 46 #include "Ifpack_ConfigDefs.h" 47 #include "Ifpack_Partitioner.h" 48 #include "Ifpack_OverlappingPartitioner.h" 49 #include "Teuchos_ParameterList.hpp" 53 class Epetra_BlockMap;
96 #endif // IFPACK_EQUATIONPARTITIONER_H
int ComputePartitions()
Computes the partitions. Returns 0 if successful.
int SetPartitionParameters(Teuchos::ParameterList &List)
Sets all the parameters for the partitioner.
Ifpack_EquationPartitioner: A class to decompose an Ifpack_Graph so that each block will contain all ...
virtual ~Ifpack_EquationPartitioner()
Destructor.
Ifpack_Graph: a pure virtual class that defines graphs for IFPACK.
Ifpack_EquationPartitioner(const Ifpack_Graph *Graph)
Constructor.