46 #ifndef MUELU_GENERICRFACTORY_DECL_HPP
47 #define MUELU_GENERICRFACTORY_DECL_HPP
70 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
72 #undef MUELU_GENERICRFACTORY_SHORT
105 #define MUELU_GENERICRFACTORY_SHORT
106 #endif // MUELU_GENERICRFACTORY_DECL_HPP
RCP< const ParameterList > GetValidParameterList() const
Input.
Base class for factories that use two levels (fineLevel and coarseLevel).
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Factory for building restriction operators using a prolongator factory.
GenericRFactory()
Constructor.
Class that holds all level-specific information.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
virtual ~GenericRFactory()
Destructor.