opm-simulators/opm/simulators
Markus Blatt c9b34a2f68 Switch default load balancer to Zoltan with vertex = all cells of a well
The new loadbalancer approach will create a graph representing the grid
where all cells that a well perforates are represented by one
vertex. The weight of that cell will be the number of cells it
represents. Also the weights of the faces will be added up due to the
merging of cells. A cell that is not perforated by any well is still
represented by one vertex with weight one.

In the old default appoach the number of vertices in the grid was
equal to the number of cells. Vertex weights were not used. For each
well we added an edge between all its perforated cells for which we
did set a very edge weight to force the cells to the same process
during partitioning.

For realistic cases we have seen improvements across the board due to
this. E.g. this resolved convergence issues on hard cases. Because of
that this becomes the default with this.
2024-12-13 14:56:08 +01:00
..
aquifers rename capture variable 2024-10-16 11:02:26 +02:00
flow Switch default load balancer to Zoltan with vertex = all cells of a well 2024-12-13 14:56:08 +01:00
linalg Merge pull request #5762 from jakobtorben/hypre_integration 2024-12-11 10:52:55 +01:00
timestepping Merge pull request #2970 from totto82/remove16day 2024-12-10 11:43:38 +01:00
utils bump minimum dune version to 2.9 2024-12-03 13:59:53 +01:00
wells Chase API Update 2024-12-11 15:34:36 +01:00
opm-simulators_doxygen_main.hpp Remove reference to ebos in doxygen header 2024-02-06 14:01:55 +01:00