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

[bug fixed] Use idset_ for sequential run in getMaxCodimGlobalId() #805

Closed aritorto closed 4 days ago

aritorto commented 4 days ago

When computing the maximum global id from level zero grid on a distributed grid, it's necessary to distinguish between two cases: sequential and parallel. This PR adds the missing case of sequential.

aritorto commented 4 days ago

jenkins build this serial please