28#ifndef MUELU_GEOINTERPFACTORY_DECL_HPP
29#define MUELU_GEOINTERPFACTORY_DECL_HPP
35#include <Xpetra_Matrix_fwd.hpp>
36#include <Xpetra_Map_fwd.hpp>
37#include <Xpetra_MapFactory_fwd.hpp>
38#include <Xpetra_CrsMatrixWrap_fwd.hpp>
39#include <Xpetra_MultiVector_fwd.hpp>
42#include "MueLu_PFactory.hpp"
57#undef MUELU_GEOINTERPFACTORY_SHORT
119#define MUELU_GEOINTERPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Factory for GMG Q2-Q1-Q2 interpolation.
GeoInterpFactory()
Constructor.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
virtual ~GeoInterpFactory()
Destructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
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