46 #ifndef MUELU_USERPFACTORY_DECL_HPP 47 #define MUELU_USERPFACTORY_DECL_HPP 53 #include "MueLu_PFactory.hpp" 62 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
64 #undef MUELU_USERPFACTORY_SHORT 99 #define MUELU_USERPFACTORY_SHORT 100 #endif // MUELU_USERPFACTORY_DECL_HPP
Namespace for MueLu classes and methods.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
virtual ~UserPFactory()
Destructor.
Class that holds all level-specific information.
UserPFactory()
Constructor.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Factory that provides an interface for a concrete implementation of a prolongation operator...
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.