46 #ifndef MUELU_INTERFACEAGGREGATIONFACTORY_DECL_HPP_ 47 #define MUELU_INTERFACEAGGREGATIONFACTORY_DECL_HPP_ 127 #undef MUELU_INTERFACEAGGREGATIONFACTORY_SHORT 145 void Build(
Level ¤tLevel)
const override;
174 #define MUELU_INTERFACEAGGREGATIONFACTORY_SHORT MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Namespace for MueLu classes and methods.
void BuildBasedOnNodeMapping(const std::string &prefix, Level ¤tLevel) const
Build dual aggregates based on a given dual-to-primal node mapping.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level ¤tLevel) const override
Build aggregates.
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.
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.
Base class for factories that use one level (currentLevel).