Go to the documentation of this file.
46 #ifndef MUELU_TENTATIVEPFACTORY_DECL_HPP
47 #define MUELU_TENTATIVEPFACTORY_DECL_HPP
74 #include "MueLu_PFactory.hpp"
118 template <
class Scalar = double,
119 class LocalOrdinal = int,
120 class GlobalOrdinal = LocalOrdinal,
123 #undef MUELU_TENTATIVEPFACTORY_SHORT
170 #define MUELU_TENTATIVEPFACTORY_SHORT
171 #endif // MUELU_TENTATIVEPFACTORY_DECL_HPP
virtual ~TentativePFactory()
Destructor.
void BuildP(Level &fineLevel, Level &coarseLevel) const
Abstract Build method.
bool isGoodMap(const Map &rowMap, const Map &colMap) const
void BuildPuncoupled(RCP< Matrix > A, RCP< Aggregates > aggregates, RCP< AmalgamationInfo > amalgInfo, RCP< MultiVector > fineNullspace, RCP< const Map > coarseMap, RCP< Matrix > &Ptentative, RCP< MultiVector > &coarseNullspace, const int levelID) const
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Namespace for MueLu classes and methods.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
void BuildPcoupled(RCP< Matrix > A, RCP< Aggregates > aggregates, RCP< AmalgamationInfo > amalgInfo, RCP< MultiVector > fineNullspace, RCP< const Map > coarseMap, RCP< Matrix > &Ptentative, RCP< MultiVector > &coarseNullspace) const
TentativePFactory()
Constructor.
Classes::Map< LocalOrdinal, GlobalOrdinal, Node > Map
bool bTransferCoordinates_
Factory that provides an interface for a concrete implementation of a prolongation operator.
Factory for building tentative prolongator.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.