46 #ifndef MUELU_SCALEDNULLSPACEFACTORY_DECL_HPP 
   47 #define MUELU_SCALEDNULLSPACEFACTORY_DECL_HPP 
  110 #undef MUELU_SCALEDNULLSPACEFACTORY_SHORT 
  159 #define MUELU_SCALEDNULLSPACEFACTORY_SHORT 
  160 #endif // MUELU_SCALEDNULLSPACEFACTORY_DECL_HPP 
void Build(Level ¤tLevel) const 
Build an object with this factory. 
 
MueLu::DefaultLocalOrdinal LocalOrdinal
 
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
 
virtual ~ScaledNullspaceFactory()
Destructor. 
 
ScaledNullspaceFactory(const std::string &nspName="Nullspace")
Constructor. 
 
MueLu::DefaultScalar Scalar
 
MueLu::DefaultGlobalOrdinal GlobalOrdinal
 
Class that holds all level-specific information. 
 
RCP< const ParameterList > GetValidParameterList() const 
Define valid parameters for internal factory parameters. 
 
void SetParameter(const std::string &name, const ParameterEntry &entry)
Set a parameter directly as a ParameterEntry. 
 
Factory for generating a very special nullspace. 
 
void DeclareInput(Level ¤tLevel) const 
Specifies the data that this class needs, and the factories that generate that data. 
 
Base class for factories that use one level (currentLevel).