10 #ifndef MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP
11 #define MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP
20 #include "MueLu_PFactory.hpp"
35 #undef MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT
95 #define MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT
96 #endif // MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Factory for GMG Q2-Q1-Q2 interpolation.
Base class for factories that use two levels (fineLevel and coarseLevel).
Q2Q1Q2CoarseGridFactory()
Constructor.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
virtual ~Q2Q1Q2CoarseGridFactory()
Destructor.
void BuildCoarseGrid(Level &fineLevel, Level &coarseLevel) const
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.