47 #ifndef PACKAGES_MUELU_SRC_GRAPH_MUELU_UNSMOOSHFACTORY_DECL_HPP_ 48 #define PACKAGES_MUELU_SRC_GRAPH_MUELU_UNSMOOSHFACTORY_DECL_HPP_ 51 #include "MueLu_PFactory.hpp" 93 template <
class Scalar = double,
94 class LocalOrdinal = int,
95 class GlobalOrdinal = LocalOrdinal,
96 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
98 #undef MUELU_UNSMOOSHFACTORY_SHORT 135 #define MUELU_UNSMOOSHFACTORY_SHORT RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Namespace for MueLu classes and methods.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
virtual ~UnsmooshFactory()
Destructor.
Class that holds all level-specific information.
UnsmooshFactory()
Constructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Factory that provides an interface for a concrete implementation of a prolongation operator...
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
Factory for building "unsmooshed" transfer operators from transfer operators associated with a scalar...