10 #ifndef MUELU_INTERFACEAGGREGATIONFACTORY_DECL_HPP_
11 #define MUELU_INTERFACEAGGREGATIONFACTORY_DECL_HPP_
89 #undef MUELU_INTERFACEAGGREGATIONFACTORY_SHORT
106 void Build(
Level& currentLevel)
const override;
134 #define MUELU_INTERFACEAGGREGATIONFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void BuildBasedOnNodeMapping(const std::string &prefix, Level ¤tLevel) const
Build dual aggregates based on a given dual-to-primal node mapping.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level ¤tLevel) const override
Build aggregates.
Factory for building aggregates for Lagrange multipliers in surface-coupled problems.
void DeclareInput(Level ¤tLevel) const override
Specifies the data that this class needs, and the factories that generate that data.
RCP< const ParameterList > GetValidParameterList() const override
Input.
void BuildBasedOnPrimalInterfaceDofMap(const std::string &prefix, Level ¤tLevel) const
Build dual aggregates based on a given interface row map of the primal and dual problem.
Base class for factories that use one level (currentLevel).