46#ifndef MUELU_MHDRAPFACTORY_DECL_HPP
47#define MUELU_MHDRAPFACTORY_DECL_HPP
51#include <Xpetra_Matrix_fwd.hpp>
52#include <Xpetra_CrsMatrix_fwd.hpp>
53#include <Xpetra_MatrixFactory_fwd.hpp>
54#include <Xpetra_Vector_fwd.hpp>
55#include <Xpetra_VectorFactory_fwd.hpp>
75#undef MUELU_MHDRAPFACTORY_SHORT
130#define MUELU_MHDRAPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Factory for building coarse matrices.
void SetImplicitTranspose(bool const &implicit)
Indicate that the restriction operator action should be implicitly defined by the transpose of the pr...
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
static std::string PrintLoadBalancingInfo(const Matrix &Ac, const std::string &msgTag)
bool implicitTranspose_
If true, the action of the restriction operator action is implicitly defined by the transpose of the ...
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar