10 #ifndef MUELU_REPLICATEPFACTORY_DECL_HPP
11 #define MUELU_REPLICATEPFACTORY_DECL_HPP
18 #include "MueLu_PFactory.hpp"
23 namespace MueLuTests {
25 template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
76 #undef MUELU_REPLICATEPFACTORY_SHORT
116 #define MUELU_REPLICATEPFACTORY_SHORT
117 #endif // MUELU_REPLICATEPFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~ReplicatePFactory()
Destructor.
ReplicatePFactory()
Constructor.
Prolongator factory that replicates 'Psubblock' matrix to create new prolongator suitable for PDE sys...
Factory that provides an interface for a concrete implementation of a prolongation operator...
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.