46 #ifndef MUELU_CONSTRAINTFACTORY_DECL_HPP
47 #define MUELU_CONSTRAINTFACTORY_DECL_HPP
65 template<
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
67 #undef MUELU_CONSTRAINTFACTORY_SHORT
110 #define MUELU_CONSTRAINTFACTORY_SHORT
111 #endif // MUELU_CONSTRAINTFACTORY_DECL_HPP
Base class for factories that use two levels (fineLevel and coarseLevel).
virtual ~ConstraintFactory()
Destructor.
Class that holds all level-specific information.
Factory for building the constraint operator.
void Build(Level &fineLevel, Level &coarseLevel) const
Build method.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
ConstraintFactory()
Constructor. User can supply a factory for generating the nonzero pattern. The nullspace vectors (bot...