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
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Factory for building aggregates for Lagrange multipliers in surface-coupled problems.
void Build(Level ¤tLevel) const override
Build aggregates.
void BuildBasedOnNodeMapping(const std::string &prefix, Level ¤tLevel) const
Build dual aggregates based on a given dual-to-primal node mapping.
void DeclareInput(Level ¤tLevel) const override
Specifies the data that this class needs, and the factories that generate that data.
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.
RCP< const ParameterList > GetValidParameterList() const override
Input.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar