47 #ifndef MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP 48 #define MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP 54 #include <Xpetra_Matrix_fwd.hpp> 55 #include <Xpetra_Map_fwd.hpp> 56 #include <Xpetra_MapFactory_fwd.hpp> 57 #include <Xpetra_CrsMatrixWrap_fwd.hpp> 58 #include <Xpetra_MultiVector_fwd.hpp> 59 #include <Xpetra_MultiVectorFactory_fwd.hpp> 63 #include "MueLu_PFactory.hpp" 78 #undef MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT 138 #define MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT 139 #endif // MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Factory for GMG Q2-Q1-Q2 interpolation.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
void BuildCoarseGrid(Level &fineLevel, Level &coarseLevel) const
Q2Q1Q2CoarseGridFactory()
Constructor.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
virtual ~Q2Q1Q2CoarseGridFactory()
Destructor.