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" 73 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
75 #undef MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT 135 #define MUELU_Q2Q1Q2COARSEGRIDFACTORY_SHORT 136 #endif // MUELU_Q2Q1Q2COARSEGRIDFACTORY_DECL_HPP Factory for GMG Q2-Q1-Q2 interpolation.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
Q2Q1Q2CoarseGridFactory()
Constructor.
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.