mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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_()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user