46#ifndef MUELU_NODEPARTITIONINTERFACE_DECL_HPP
47#define MUELU_NODEPARTITIONINTERFACE_DECL_HPP
53#include <Xpetra_Matrix.hpp>
54#include <Xpetra_MultiVectorFactory.hpp>
55#include <Xpetra_VectorFactory.hpp>
114#undef MUELU_NODEPARTITIONINTERFACE_SHORT
149#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.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode