46 #ifndef MUELU_SAPFACTORY_DECL_HPP 
   47 #define MUELU_SAPFACTORY_DECL_HPP 
   57 #include "MueLu_PFactory.hpp" 
   95   template <
class Scalar = 
double, 
class LocalOrdinal = 
int, 
class GlobalOrdinal = LocalOrdinal, 
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
 
   97 #undef MUELU_SAPFACTORY_SHORT 
  143 #define MUELU_SAPFACTORY_SHORT 
  144 #endif // MUELU_SAPFACTORY_DECL_HPP 
SaPFactory()
Constructor. User can supply a factory for generating the tentative prolongator. 
 
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.