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 117 #endif // MUELU_FILTEREDAFACTORY_DECL_HPP void DeclareInput(Level ¤tLevel) const
Input.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Namespace for MueLu classes and methods.
void ExperimentalLumping(const Matrix &A, Matrix &filteredA, double rho, double rho2) const
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build method.
void BuildNew(const Matrix &A, const GraphBase &G, const bool lumping, double dirichletThresh, Matrix &filteredA) const
virtual ~FilteredAFactory()
Destructor.
void BuildNewUsingRootStencil(const Matrix &A, const GraphBase &G, double dirichletThresh, Level ¤tLevel, Matrix &filteredA, bool use_spread_lumping, double DdomAllowGrowthRate, double DdomCap) const
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu representation of a graph.
void BuildReuse(const Matrix &A, const GraphBase &G, const bool lumping, double dirichletThresh, Matrix &filteredA) const
Factory for building filtered matrices using filtered graphs.
Base class for factories that use one level (currentLevel).