46 #ifndef MUELU_PFACTORY_DEF_HPP
47 #define MUELU_PFACTORY_DEF_HPP
109 #define MUELU_PFACTORY_SHORT
110 #endif // MUELU_PFACTORY_DEF_HPP
virtual ~PFactory()
Destructor.
void setRestrictionMode(bool bRestrictionMode=false)
Base class for factories that use two levels (fineLevel and coarseLevel).
Class that holds all level-specific information.
bool isRestrictionModeSet()
returns restrictionMode flag
Factory that provides an interface for a concrete implementation of a prolongation operator...
virtual void BuildP(Level &fineLevel, Level &coarseLevel) const =0
Abstract Build method.