46 #ifndef MUELU_FILTEREDAFACTORY_DECL_HPP
47 #define MUELU_FILTEREDAFACTORY_DECL_HPP
70 #undef MUELU_FILTEREDAFACTORY_SHORT
106 void BuildReuse(
const Matrix& A,
const GraphBase& G,
const bool lumping, Matrix& filteredA)
const;
107 void BuildNew (
const Matrix& A,
const GraphBase& G,
const bool lumping, Matrix& filteredA)
const;
113 #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, Matrix &filteredA) const
void BuildReuse(const Matrix &A, const GraphBase &G, const bool lumping, Matrix &filteredA) const
void Build(Level ¤tLevel) const
Build method.
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