46 #ifndef MUELU_TRANSPFACTORY_DECL_HPP 
   47 #define MUELU_TRANSPFACTORY_DECL_HPP 
   74 #undef MUELU_TRANSPFACTORY_SHORT 
  109 #define MUELU_TRANSPFACTORY_SHORT 
  110 #endif // MUELU_TRANSPFACTORY_DECL_HPP 
MueLu::DefaultLocalOrdinal LocalOrdinal
 
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
 
void DeclareInput(Level &fineLevel, Level &coarseLevel) const 
Input. 
 
virtual ~TransPFactory()
Destructor. 
 
Base class for factories that use two levels (fineLevel and coarseLevel). 
 
MueLu::DefaultScalar Scalar
 
MueLu::DefaultGlobalOrdinal GlobalOrdinal
 
Class that holds all level-specific information. 
 
RCP< const ParameterList > GetValidParameterList() const 
Return a const parameter list of valid parameters that setParameterList() will accept. 
 
void Build(Level &fineLevel, Level &coarseLevel) const 
Build an object with this factory. 
 
Factory for building restriction operators. 
 
TransPFactory()
Constructor.