46 #ifndef MUELU_PREDROPFUNCTIONCONSTVAL_DECL_HPP 47 #define MUELU_PREDROPFUNCTIONCONSTVAL_DECL_HPP 50 #include "MueLu_PreDropFunctionBaseClass.hpp" 61 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
64 #undef MUELU_PREDROPFUNCTIONCONSTVAL_SHORT 85 bool Drop(
size_t lrow, GlobalOrdinal grow,
size_t k, LocalOrdinal lcid, GlobalOrdinal gcid,
const Teuchos::ArrayView<const LocalOrdinal> & indices,
const Teuchos::ArrayView<const Scalar> & vals);
110 #define MUELU_PREDROPFUNCTIONCONSTVAL_SHORT 111 #endif // MUELU_PREDROPFUNCTIONCONSTVAL_DECL_HPP
Namespace for MueLu classes and methods.
bool Drop(size_t lrow, GlobalOrdinal grow, size_t k, LocalOrdinal lcid, GlobalOrdinal gcid, const Teuchos::ArrayView< const LocalOrdinal > &indices, const Teuchos::ArrayView< const Scalar > &vals)
Scalar GetThreshold() const
Return threshold value.
Scalar threshold_
Print the object with some verbosity level to an FancyOStream object.
std::string description() const
Return a simple one-line description of this object.
virtual ~PreDropFunctionConstVal()
Destructor.
PreDropFunctionConstVal(const Scalar threshold=0.0)
Constructor.