10 #ifndef MUELU_COMBINEPFACTORY_DECL_HPP
11 #define MUELU_COMBINEPFACTORY_DECL_HPP
19 #include "MueLu_PFactory.hpp"
24 namespace MueLuTests {
26 template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
95 #undef MUELU_COMBINEPFACTORY_SHORT
135 #define MUELU_COMBINEPFACTORY_SHORT
136 #endif // MUELU_COMBINEPFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
virtual ~CombinePFactory()
Destructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Prolongator factory that replicates 'Psubblock' matrix to create new prolongator suitable for PDE sys...
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.
CombinePFactory()
Constructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Factory that provides an interface for a concrete implementation of a prolongation operator...
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.