10#ifndef MUELU_COMBINEPFACTORY_DECL_HPP
11#define MUELU_COMBINEPFACTORY_DECL_HPP
13#include <Teuchos_SerialDenseVector.hpp>
15#include <Xpetra_MultiVector.hpp>
16#include <Xpetra_Matrix_fwd.hpp>
19#include "MueLu_PFactory.hpp"
26template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
95#undef MUELU_COMBINEPFACTORY_SHORT
135#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.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
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