46 #ifndef MUELU_USERAGGREGATIONFACTORY_DECL_HPP_ 47 #define MUELU_USERAGGREGATIONFACTORY_DECL_HPP_ 50 #include <Xpetra_Map_fwd.hpp> 51 #include <Xpetra_Vector_fwd.hpp> 52 #include <Xpetra_VectorFactory_fwd.hpp> 53 #include <Xpetra_MapFactory_fwd.hpp> 67 template <
class LocalOrdinal = int,
68 class GlobalOrdinal = LocalOrdinal,
69 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
71 #undef MUELU_USERAGGREGATIONFACTORY_SHORT 113 #define MUELU_USERAGGREGATIONFACTORY_SHORT
Namespace for MueLu classes and methods.
void DeclareInput(Level ¤tLevel) const
Input.
Class that holds all level-specific information.
UserAggregationFactory()
Constructor.
void Build(Level ¤tLevel) const
Build aggregates.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~UserAggregationFactory()
Destructor.
Base class for factories that use one level (currentLevel).