10#ifndef MUELU_COMBINEPFACTORY_DECL_HPP
11#define MUELU_COMBINEPFACTORY_DECL_HPP
14#include <Teuchos_SerialDenseVector.hpp>
16#include <Xpetra_MultiVector.hpp>
17#include <Xpetra_Matrix_fwd.hpp>
20#include "MueLu_PFactory.hpp"
28template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
65template <
class Scalar,
class LO,
class GO,
class Node>
132#undef MUELU_COMBINEPFACTORY_SHORT
168#if defined(HAVE_XPETRA_THYRA) && defined(HAVE_MUELU_THYRA)
169 template <
class S =
Scalar,
182#define MUELU_COMBINEPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Prolongator factory that replicates 'Psubblock' matrix to create new prolongator suitable for PDE sys...
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
void BuildPBlocked(Level &fineLevel, Level &coarseLevel) const
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void BuildPBlockedImpl(Level &fineLevel, Level &coarseLevel, std::false_type) const
CombinePFactory()
Constructor.
virtual ~CombinePFactory()
Destructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Class that holds all level-specific information.
Factory that provides an interface for a concrete implementation of a prolongation operator.
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
Compile-time trait indicating whether CombinePFactory::BuildPBlocked may use its Thyra-based blocked ...