10#ifndef MUELU_PREDROPFUNCTIONCONSTVAL_DEF_HPP
11#define MUELU_PREDROPFUNCTIONCONSTVAL_DEF_HPP
13#include <Xpetra_CrsGraphFactory.hpp>
16#include "Teuchos_ScalarTraits.hpp"
20template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
22 : threshold_(threshold) {}
24template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
26 if (Teuchos::ScalarTraits<Scalar>::magnitude(vals[k]) > Teuchos::ScalarTraits<Scalar>::magnitude(threshold_) || grow == gcid) {
32template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
37template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
39 std::ostringstream out;
40 out <<
"PreDropFunctionConstVal: threshold = " << threshold_ << std::endl;
54#define MUELU_PREDROPFUNCTIONCONSTVAL_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
PreDropFunctionConstVal(const Scalar threshold=0.0)
Constructor.
Scalar GetThreshold() const
Return threshold value.
std::string description() const
Return a simple one-line description of this object.
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)
Namespace for MueLu classes and methods.