10 #ifndef MUELU_REITZINGERPFACTORY_DECL_HPP
11 #define MUELU_REITZINGERPFACTORY_DECL_HPP
28 #include "MueLu_PFactory.hpp"
70 #undef MUELU_REITZINGERPFACTORY_SHORT
103 void CheckCommutingProperty(
const Matrix& Pe,
const Matrix& D0_c,
const Matrix& D0_f,
const Matrix& Pn)
const;
111 #define MUELU_REITZINGERPFACTORY_SHORT
112 #endif // MUELU_REITZINGERPFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
ReitzingerPFactory()
Constructor.
virtual ~ReitzingerPFactory()
Destructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void CheckCommutingProperty(const Matrix &Pe, const Matrix &D0_c, const Matrix &D0_f, const Matrix &Pn) const
Utility method.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Factory for building tentative prolongator.
Factory that provides an interface for a concrete implementation of a prolongation operator...
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.