46#ifndef MUELU_THRESHOLDAFILTERFACTORY_DECL_HPP
47#define MUELU_THRESHOLDAFILTERFACTORY_DECL_HPP
72 class ThresholdAFilterFactory :
public SingleLevelFactoryBase {
73#undef MUELU_THRESHOLDAFILTERFACTORY_SHORT
94 void Build(Level & currentLevel)
const;
109#define MUELU_THRESHOLDAFILTERFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void Build(Level ¤tLevel) const
Build an object with this factory.
void DeclareInput(Level ¤tLevel) const
Input.
std::string varName_
name of input and output variable
const GlobalOrdinal expectedNNZperRow_
ThresholdAFilterFactory(const std::string &ename, const Scalar threshold, const bool keepDiagonal=true, const GlobalOrdinal expectedNNZperRow=-1)
Constructor.
const Scalar threshold_
threshold parameter
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar