10#ifndef MUELU_NODEPARTITIONINTERFACE_DECL_HPP
11#define MUELU_NODEPARTITIONINTERFACE_DECL_HPP
17#include <Xpetra_Matrix_fwd.hpp>
18#include <Xpetra_VectorFactory_fwd.hpp>
76#undef MUELU_NODEPARTITIONINTERFACE_SHORT
110#define MUELU_NODEPARTITIONINTERFACE_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Partitioning within a node only.
NodePartitionInterface()
Constructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
RCP< ParameterList > defaultNodePartitionParams
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level ¤tLevel) const
Build an object with this factory.
virtual ~NodePartitionInterface()
Destructor.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode