Release Highlights
- Support for distributed wells with partition method
zoltanwell - Support for edge conformal corner-point grid processing
- Support for refinement of hexahedrons
What's Changed
- bump OPM version by @multitalentloes in #863
- Distribute level zero (with wells) of CpGrid with LGRs by @aritorto in #862
- Add Unit Test for Process_Grdecl Fundamental Function by @bska in #865
- Check iterator is not at end, before dereferencing by @aritorto in #867
- Add logicalCartesianSize() test to show differences when refinement by @aritorto in #868
- ["fix"] Different behavior in serial and parallel in logicalCartesianSize for a non-distributed grid with LGRs by @aritorto in #871
- add github action for checking manual labels by @akva2 in #873
- Refactor/improve inactiveCell_lgr_test.cpp by @aritorto in #872
- Now formatting struct with braces on newline by @kjetilly in #869
- Allow distributed wells with partition method
zoltanwellby @michal-toth in #874 - Add cases with distributed grids in logicalCartesianSize_and_refinement_test.cpp by @aritorto in #875
- Return Cartesian Dimensions of level zero grid by @aritorto in #876
- Communicate element marks in preAdapt by @aritorto in #878
- add SparseTable getter of pointer to underlying data by @multitalentloes in #877
- Prevent LevelCartesianIndexMapper default constructor use by @aritorto in #881
- Uses safer string formatting function by @SoilRos in #886
- Use Volume type for volume and integrationElement by @SoilRos in #882
- Uses ADL to resolve geometry reference element by @SoilRos in #883
- [tmp-fix] Ignore ParallelIndex flag when building cellIndexSet for CpGrid with LGRs to fix communication by @aritorto in #889
- Use new Communicator object from Dune by @SoilRos in #890
- Improve interface compatibility with DUNE grid by @SoilRos in #892
- Entity::getOrigin returns oldest ancestor by @aritorto in #895
- [cleanup] Remove unused method setupAndCountGlobalIds by @blattms in #901
- Add missing reference element method on entities by @SoilRos in #899
- Revert entity test with geometry by @SoilRos in #904
- Remove unnecessary friend declarations by @aritorto in #907
- Remove a few obsolete CpGridData methods by @aritorto in #911
- Remove obsolete CpGridData::disjointPatches(...) and its test by @aritorto in #910
- Group lgr tests by @aritorto in #908
- Fix bug in faceCell(). by @atgeirr in #913
- Supporting AUTOREF (step 1) by @aritorto in #914
- Test (Level)CartesianIndexMapper for CpGrid with LGRs by @aritorto in #887
- Refactor and rename grid_lgr_test.cpp by @aritorto in #912
- Fix empty pointMapping_ when synchrCellIds in adapt() calls by @aritorto in #906
- Add Support for Edge Conformal Corner-Point Grid Processing by @bska in #814
- Janitoring: quell some SCA warnings by @akva2 in #918
- Move LGR helpers out of CpGrid by @aritorto in #909
- Janitoring: Fix some issues seen with LTO by @akva2 in #919
- Show refinement of hexahedron supported by @aritorto in #920
- fix doxy errors by @akva2 in #924
- Second refinement can be performed after autoRefine (serial) by @aritorto in #921
- Check marks after preAdapt and postAdapt calls only by @aritorto in #923
- Rename adapt(...)->refineAndUpdateGrid(...) by @aritorto in #927
- changed: use loops to add tests by @akva2 in #928
- Nested refinement for CARFIN keyword by @aritorto in #922
- Add ability to reorder containers based on Cartesian indices (for output files) by @aritorto in #925
- Removing trailing spaces and adding eol at eof by @daavid00 in #930
- Extending .gitignore by @daavid00 in #932
- add missing parameter to doxy by @daavid00 in #939
- Bump OPM version to 2025.10 by @daavid00 in #941
New Contributors
Full Changelog: release/2025.04/final...release/2025.10/final