47 #ifndef MUELU_SEGREGATEDAFACTORY_DECL_HPP
48 #define MUELU_SEGREGATEDAFACTORY_DECL_HPP
73 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
75 #undef MUELU_SEGREGATEDAFACTORY_SHORT
115 #define MUELU_SEGREGATEDAFACTORY_SHORT
116 #endif // MUELU_SEGREGATEDAFACTORY_DECL_HPP
virtual ~SegregatedAFactory()
Destructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level ¤tLevel) const
Input.
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build method.
Factory for building a new "segregated" A operator. Here, "segregated" means that the user provides a...
Base class for factories that use one level (currentLevel).