Go to the documentation of this file.
46 #ifndef MUELU_COALESCEDROPFACTORY_DECL_HPP
47 #define MUELU_COALESCEDROPFACTORY_DECL_HPP
131 template <
class Scalar = double,
132 class LocalOrdinal = int,
133 class GlobalOrdinal = LocalOrdinal,
136 #undef MUELU_COALESCEDROPFACTORY_SHORT
179 #define MUELU_COALESCEDROPFACTORY_SHORT
180 #endif // MUELU_COALESCEDROPFACTORY_DECL_HPP
void Build(Level ¤tLevel) const
Build an object with this factory.
void SetPreDropFunction(const RCP< MueLu::PreDropFunctionBaseClass< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &predrop)
set predrop function
void MergeRowsWithDropping(const Matrix &A, const LO row, const ArrayRCP< const SC > &ghostedDiagVals, SC threshold, Array< LO > &cols, const Array< LO > &translation) const
void MergeRows(const Matrix &A, const LO row, Array< LO > &cols, const Array< LO > &translation) const
Method to merge rows of matrix for systems of PDEs.
Namespace for MueLu classes and methods.
virtual ~CoalesceDropFactory()
Destructor.
RCP< PreDropFunctionBaseClass > predrop_
Base class for factories that use one level (currentLevel).
void DeclareInput(Level ¤tLevel) const
Input.
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Factory for creating a graph base on a given matrix.
CoalesceDropFactory()
Constructor.