65 #ifndef MUELU_GEOINTERPFACTORY_DECL_HPP 66 #define MUELU_GEOINTERPFACTORY_DECL_HPP 72 #include <Xpetra_Matrix_fwd.hpp> 73 #include <Xpetra_Map_fwd.hpp> 74 #include <Xpetra_MapFactory_fwd.hpp> 75 #include <Xpetra_CrsMatrixWrap_fwd.hpp> 76 #include <Xpetra_MultiVector_fwd.hpp> 77 #include <Xpetra_MultiVectorFactory_fwd.hpp> 81 #include "MueLu_PFactory.hpp" 91 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
93 #undef MUELU_GEOINTERPFACTORY_SHORT 155 #define MUELU_GEOINTERPFACTORY_SHORT 156 #endif // MUELU_GEOINTERPFACTORY_DECL_HPP Factory for GMG Q2-Q1-Q2 interpolation.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
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.
Namespace for MueLu classes and methods.
Class that holds all level-specific information.
virtual ~GeoInterpFactory()
Destructor.
Factory that provides an interface for a concrete implementation of a prolongation operator...
GeoInterpFactory()
Constructor.