46 #ifndef MUELU_STRUCTUREDAGGREGATIONFACTORY_DECL_HPP 47 #define MUELU_STRUCTUREDAGGREGATIONFACTORY_DECL_HPP 105 template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
107 #undef MUELU_STRUCTUREDAGGREGATIONFACTORY_SHORT 127 void SetOnePtMapName(
const std::string name, Teuchos::RCP<const FactoryBase> mapFact) {
128 SetParameter(
"OnePt aggregate map name", ParameterEntry(std::string(name)));
129 SetFactory(
"OnePt aggregate map factory",mapFact);
160 #define MUELU_STRUCTUREDAGGREGATIONFACTORY_SHORT void Build(Level ¤tLevel) const
Build aggregates.
Factory for building aggregates on structured grids.
void DeclareInput(Level ¤tLevel) const
Input.
Namespace for MueLu classes and methods.
virtual ~StructuredAggregationFactory()
Destructor.
StructuredAggregationFactory()
Constructor.
void SetOnePtMapName(const std::string name, Teuchos::RCP< const FactoryBase > mapFact)
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.
void SetParameter(const std::string &name, const ParameterEntry &entry)
Set a parameter directly as a ParameterEntry.
virtual void SetFactory(const std::string &varName, const RCP< const FactoryBase > &factory)
Configuration.
Base class for factories that use one level (currentLevel).