OPM / opm-grid

DUNE module supporting grids in a corner-point format
http://www.opm-project.org
GNU General Public License v3.0
19 stars 78 forks source link

Use transmissibilities as edge weights #809

Open michal-toth opened 2 days ago

michal-toth commented 2 days ago

With these changes, GraphOfGrid can use transmissibilities for the edge weights if the vector of transm. is available upon the graph's construction. Without transmissibilities, the graph will use uniform edge weights equal to 1.

michal-toth commented 2 days ago

jenkins build this please