10 #ifndef MUELU_NODEPARTITIONINTERFACE_DECL_HPP
11 #define MUELU_NODEPARTITIONINTERFACE_DECL_HPP
76 #undef MUELU_NODEPARTITIONINTERFACE_SHORT
110 #define MUELU_NODEPARTITIONINTERFACE_SHORT
111 #endif // if defined(HAVE_MPI)
113 #endif // MUELU_NODEPARTITIONINTERFACE_DECL_HPP
RCP< ParameterList > defaultNodePartitionParams
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
NodePartitionInterface()
Constructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Partitioning within a node onlyThis interface provides partitioning within a node.
virtual ~NodePartitionInterface()
Destructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).