46#ifndef MUELU_REPLICATEPFACTORY_DECL_HPP
47#define MUELU_REPLICATEPFACTORY_DECL_HPP
49#include <Teuchos_SerialDenseVector.hpp>
51#include <Xpetra_MultiVector.hpp>
52#include <Xpetra_Matrix_fwd.hpp>
55#include "MueLu_PFactory.hpp"
62 template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
113#undef MUELU_REPLICATEPFACTORY_SHORT
155#define MUELU_REPLICATEPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Factory that provides an interface for a concrete implementation of a prolongation operator.
Prolongator factory that replicates 'Psubblock' matrix to create new prolongator suitable for PDE sys...
virtual ~ReplicatePFactory()
Destructor.
ReplicatePFactory()
Constructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar