10#ifndef MUELU_REITZINGERPFACTORY_DECL_HPP
11#define MUELU_REITZINGERPFACTORY_DECL_HPP
13#include <Teuchos_ScalarTraits.hpp>
14#include <Teuchos_SerialDenseMatrix.hpp>
15#include <Teuchos_SerialQRDenseSolver.hpp>
17#include <Xpetra_CrsMatrix_fwd.hpp>
18#include <Xpetra_Matrix_fwd.hpp>
19#include <Xpetra_MapFactory_fwd.hpp>
20#include <Xpetra_Map_fwd.hpp>
21#include <Xpetra_Import_fwd.hpp>
22#include <Xpetra_CrsMatrixWrap_fwd.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
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.
Factory for building tentative prolongator.
virtual ~ReitzingerPFactory()
Destructor.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void CheckCommutingProperty(const Matrix &Pe, const Matrix &D0_c, const Matrix &D0_f, const Matrix &Pn) const
Utility method.
ReitzingerPFactory()
Constructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar