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 150 #endif //if defined(HAVE_MPI) 152 #endif // MUELU_NODEPARTITIONINTERFACE_DECL_HPP RCP< ParameterList > defaultNodePartitionParams
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void Build(Level ¤tLevel) const
Build an object with this factory.
NodePartitionInterface()
Constructor.
Namespace for MueLu classes and methods.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
Partitioning within a node onlyThis interface provides partitioning within a node.
virtual ~NodePartitionInterface()
Destructor.
Base class for factories that use one level (currentLevel).