46#ifndef MUELU_FILTEREDAFACTORY_DECL_HPP
47#define MUELU_FILTEREDAFACTORY_DECL_HPP
71#undef MUELU_FILTEREDAFACTORY_SHORT
107 void BuildReuse(
const Matrix& A,
const GraphBase& G,
const bool lumping,
double dirichletThresh, Matrix& filteredA)
const;
108 void BuildNew (
const Matrix& A,
const GraphBase& G,
const bool lumping,
double dirichletThresh, Matrix& filteredA)
const;
109 void BuildNewUsingRootStencil(
const Matrix& A,
const GraphBase& G,
double dirichletThresh,
Level& currentLevel, Matrix& filteredA,
bool use_spread_lumping,
double DdomAllowGrowthRate,
double DdomCap)
const;
110 void ExperimentalLumping(
const Matrix& A, Matrix& filteredA,
double rho,
double rho2)
const;
116#define MUELU_FILTEREDAFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Factory for building filtered matrices using filtered graphs.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~FilteredAFactory()
Destructor.
void DeclareInput(Level ¤tLevel) const
Input.
void BuildNew(const Matrix &A, const GraphBase &G, const bool lumping, double dirichletThresh, Matrix &filteredA) const
void BuildNewUsingRootStencil(const Matrix &A, const GraphBase &G, double dirichletThresh, Level ¤tLevel, Matrix &filteredA, bool use_spread_lumping, double DdomAllowGrowthRate, double DdomCap) const
void ExperimentalLumping(const Matrix &A, Matrix &filteredA, double rho, double rho2) const
void Build(Level ¤tLevel) const
Build method.
void BuildReuse(const Matrix &A, const GraphBase &G, const bool lumping, double dirichletThresh, Matrix &filteredA) const
MueLu representation of a graph.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar