10 #ifndef MUELU_SEGREGATEDAFACTORY_DECL_HPP
11 #define MUELU_SEGREGATEDAFACTORY_DECL_HPP
76 #undef MUELU_SEGREGATEDAFACTORY_SHORT
94 void Build(
Level& currentLevel)
const override;
107 #define MUELU_SEGREGATEDAFACTORY_SHORT
108 #endif // MUELU_SEGREGATEDAFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void Build(Level ¤tLevel) const override
Build method.
void BuildBasedOnBlockmap(Level ¤tLevel) const
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
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.
Factory for building a new "segregated" A operator. Here, "segregated" means that the user provides s...
void BuildBasedOnMapPair(Level ¤tLevel) const
Base class for factories that use one level (currentLevel).