46 #ifndef MUELU_THRESHOLDAFILTERFACTORY_DECL_HPP 47 #define MUELU_THRESHOLDAFILTERFACTORY_DECL_HPP 68 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
70 #undef MUELU_THRESHOLDAFILTERFACTORY_SHORT 108 #define MUELU_THRESHOLDAFILTERFACTORY_SHORT 109 #endif // MUELU_THRESHOLDAFILTERFACTORY_DECL_HPP void DeclareInput(Level ¤tLevel) const
Input.
Namespace for MueLu classes and methods.
const Scalar threshold_
threshold parameter
Class that holds all level-specific information.
std::string varName_
name of input and output variable
virtual ~ThresholdAFilterFactory()
Destructor.
ThresholdAFilterFactory(const std::string &ename, const Scalar threshold)
Constructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).
Factory for building a thresholded operator.