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