added: command line option for zoltan customization

modeled after the linsolver support. a few built-in presets,
as well as reading options from a json file
This commit is contained in:
Arne Morten Kvarving
2022-09-16 12:38:53 +02:00
parent 5d0a4d588c
commit c1c850538a
8 changed files with 130 additions and 2 deletions

View File

@@ -197,6 +197,13 @@ protected:
return globalTrans_->transmissibility(I,J);
}
#if HAVE_MPI
const std::string& zoltanParams() const override
{
return this->zoltanParams_;
}
#endif
// removing some connection located in inactive grid cells
void filterConnections_()
{