46 #ifndef MUELU_DEMOFACTORY_DECL_HPP 47 #define MUELU_DEMOFACTORY_DECL_HPP 60 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
62 #undef MUELU_DEMOFACTORY_SHORT 104 #define MUELU_DEMOFACTORY_SHORT 105 #endif // MUELU_DEMOFACTORY_DECL_HPP virtual ~DemoFactory()
Destructor.
Namespace for MueLu classes and methods.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build an object with this factory.
empty factory for demonstration
DemoFactory()
Constructor.
Base class for factories that use one level (currentLevel).