46 #ifndef MUELU_SAPFACTORY_DECL_HPP
47 #define MUELU_SAPFACTORY_DECL_HPP
57 #include "MueLu_PFactory.hpp"
100 #undef MUELU_SAPFACTORY_SHORT
146 #define MUELU_SAPFACTORY_SHORT
147 #endif // MUELU_SAPFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
SaPFactory()
Constructor. User can supply a factory for generating the tentative prolongator.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level &fineLevel, Level &coarseLevel) const
Build method.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
Factory that provides an interface for a concrete implementation of a prolongation operator...
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Factory for building Smoothed Aggregation prolongators.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~SaPFactory()
Destructor.