53 #ifndef MUELU_BLOCKEDCOARSEMAPFACTORY_DECL_HPP_ 
   54 #define MUELU_BLOCKEDCOARSEMAPFACTORY_DECL_HPP_ 
   58 #include "MueLu_CoarseMapFactory.hpp" 
   76 template <
class Scalar = double,
 
   77           class LocalOrdinal = int,
 
   78           class GlobalOrdinal = LocalOrdinal,
 
   81 #undef MUELU_BLOCKEDCOARSEMAPFACTORY_SHORT 
  126 #define MUELU_BLOCKEDCOARSEMAPFACTORY_SHORT 
Factory for generating coarse level map. Used by TentativePFactory. 
void Build(Level ¤tLevel) const 
Build an object with this factory. 
virtual ~BlockedCoarseMapFactory()
Destructor. 
Class that holds all level-specific information. 
Factory for generating coarse level map. Used by BlockedPFactory. 
void DeclareInput(Level ¤tLevel) const 
Specifies the data that this class needs, and the factories that generate that data. 
RCP< const ParameterList > GetValidParameterList() const 
Return a const parameter list of valid parameters that setParameterList() will accept. 
BlockedCoarseMapFactory()
Constructor.