10 #ifndef MUELU_ZOLTAN2INTERFACE_DECL_HPP
11 #define MUELU_ZOLTAN2INTERFACE_DECL_HPP
15 #if defined(HAVE_MUELU_ZOLTAN2) && defined(HAVE_MPI)
26 #if defined(HAVE_MUELU_ZOLTAN)
27 #include "MueLu_ZoltanInterface.hpp"
80 #undef MUELU_ZOLTAN2INTERFACE_SHORT
112 #ifdef HAVE_MUELU_EPETRA
114 #if ((defined(EPETRA_HAVE_OMP) && (!defined(HAVE_TPETRA_INST_OPENMP) || !defined(HAVE_TPETRA_INST_INT_INT))) || \
115 (!defined(EPETRA_HAVE_OMP) && (!defined(HAVE_TPETRA_INST_SERIAL) || !defined(HAVE_TPETRA_INST_INT_INT))))
117 #if defined(HAVE_MUELU_ZOLTAN)
126 #undef MUELU_ZOLTAN2INTERFACE_SHORT
136 level_->SetLevelID(1);
139 zoltanInterface_ = Teuchos::null;
140 level_ = Teuchos::null;
147 validParamList->set<
RCP<const FactoryBase> >(
"number of partitions", Teuchos::null,
"Instance of RepartitionHeuristicFactory.");
150 return validParamList;
153 Input(currentLevel,
"A");
154 Input(currentLevel,
"number of partitions");
160 if (providedList != Teuchos::null && providedList->
isType<std::string>(
"algorithm")) {
161 const std::string algo = providedList->
get<std::string>(
"algorithm");
162 if (algo ==
"multijagged" || algo ==
"rcb")
163 Input(currentLevel,
"Coordinates");
165 Input(currentLevel,
"Coordinates");
168 this->
GetOStream(
Warnings0) <<
"Tpetra does not support <double,int,int,EpetraNode> instantiation, "
169 "switching Zoltan2Interface to ZoltanInterface"
175 level_->Set(
"number of partitions", currentLevel.
Get<
GO>(
"number of partitions"));
177 level_->Request(
"Partition", zoltanInterface_.get());
178 zoltanInterface_->Build(*level_);
181 level_->Get(
"Partition", decomposition, zoltanInterface_.
get());
182 Set(currentLevel,
"Partition", decomposition);
198 void Build(Level& level)
const {};
200 #endif // HAVE_MUELU_ZOLTAN
204 #endif // HAVE_MUELU_EPETRA
208 #define MUELU_ZOLTAN2INTERFACE_SHORT
209 #endif // if defined(HAVE_MUELU_ZOLTAN2) && defined(HAVE_MPI)
211 #endif // MUELU_ZOLTAN2INTERFACE_DECL_HPP
Important warning messages (one line)
virtual const Teuchos::ParameterList & GetParameterList() const
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
Teuchos::FancyOStream & GetOStream(MsgType type, int thisProcRankOnly=0) const
Get an output stream for outputting the input message type.
T & Get(const std::string &ename, const FactoryBase *factory=NoFactory::get())
Get data without decrementing associated storage counter (i.e., read-only access). Usage: Level->Get< RCP<Matrix> >("A", factory) if factory == NULL => use default factory.
RCP< ParameterList > defaultZoltan2Params
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
T & get(const std::string &name, T def_value)
Zoltan2Interface()
Constructor.
T Get(Level &level, const std::string &varName) const
void Build(Level ¤tLevel) const
Build an object with this factory.
Interface to Zoltan library.This interface provides access to partitioning methods in Zoltan...
virtual ~Zoltan2Interface()
Destructor.
Xpetra::MultiVector< real_type, LO, GO, NO > RealValuedMultiVector
void Build(Level ¤tLevel) const
Build an object with this factory.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Interface to Zoltan2 library.This interface provides access to partitioning methods in Zoltan2...
void Set(Level &level, const std::string &varName, const T &data) const
RCP< ZoltanInterface > zoltanInterface_
any & getAny(bool activeQry=true)
bool isType(const std::string &name) const
virtual ~Zoltan2Interface()
Exception throws to report errors in the internal logical of the program.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
ParameterEntry & getEntry(const std::string &name)
Teuchos::ScalarTraits< Scalar >::magnitudeType real_type
void Input(Level &level, const std::string &varName) const
Base class for factories that use one level (currentLevel).
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.