46 #ifndef MUELU_NULLSPACEFACTORY_DECL_HPP 
   47 #define MUELU_NULLSPACEFACTORY_DECL_HPP 
  110 #undef MUELU_NULLSPACEFACTORY_SHORT 
  161 #define MUELU_NULLSPACEFACTORY_SHORT 
  162 #endif // MUELU_NULLSPACEFACTORY_DECL_HPP 
MueLu::DefaultLocalOrdinal LocalOrdinal
 
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
 
RCP< const ParameterList > GetValidParameterList() const 
Define valid parameters for internal factory parameters. 
 
void DeclareInput(Level ¤tLevel) const 
Specifies the data that this class needs, and the factories that generate that data. 
 
MueLu::DefaultScalar Scalar
 
MueLu::DefaultGlobalOrdinal GlobalOrdinal
 
Class that holds all level-specific information. 
 
void SetParameter(const std::string &name, const ParameterEntry &entry)
Set a parameter directly as a ParameterEntry. 
 
NullspaceFactory(const std::string &nspName="Nullspace")
Constructor. 
 
virtual ~NullspaceFactory()
Destructor. 
 
Base class for factories that use one level (currentLevel). 
 
void fillNullspaceVector(const RCP< BlockedMultiVector > &nsp, LocalOrdinal numPDEs) const 
Helper function to recursively fill BlockedMultiVector with default null space vectors. 
 
Factory for generating nullspace. 
 
void Build(Level ¤tLevel) const 
Build an object with this factory.