What's Changed
- From static member to a local static by @aritorto in #770
- Bump Master Development Version by @bska in #771
- Fix clang build by @akva2 in #772
- [clean-up] Remove unused variable fully_interior_cell_count by @aritorto in #777
- changed: avoid use of deprecated Factorial struct by @akva2 in #778
- [clean-up] Avoid a few copies and remove/silence unused variables by @aritorto in #779
- remove template parameters from constructor params by @akva2 in #781
- [refactor/clean-up] Partition type for cell [refactor] and face [new] to support LGRs on distributed grid by @aritorto in #782
- Local Cartesian Index for level grids by @aritorto in #766
- Feature: graph representation of the grid by @michal-toth in #776
- Generalize assignment of global ids for refined cells and points. by @aritorto in #783
- Change C arrays into std::vectors in test_graphofgrid by @michal-toth in #786
- Clear warning, properly cast int into string. by @michal-toth in #787
- Fix date for 2024.10 and typos in manpages by @blattms in #788
- fixed: test-suites needs a name by @akva2 in #791
- quell unused parameter warnings by @akva2 in #793
- use constexpr instead of anonymous enums by @akva2 in #795
- Bug fix pinch-out log output by @daavid00 in #798
- Fix GPL license declarations for two tests. by @blattms in #799
- Support distributed LGRs for CpGrid by @aritorto in #785
- [bug fixed] Use idset_ for sequential run in getMaxCodimGlobalId() by @aritorto in #805
- Point ids for refined grids and addLgrsUpdateLeafGridView refactorization by @aritorto in #802
- Add functions that process output from Zoltan by @michal-toth in #790
- Use transmissibilities as edge weights by @michal-toth in #809
- Global refinement partially supported on distributed CpGrid by @aritorto in #807
- bump minimum dune version to 2.9 by @akva2 in #745
- [refactor] LevelCartesianIndexMapper for PolyhedralGrid to eliminate repeated code by @aritorto in #794
- Fix type bug int->double. by @atgeirr in #817
- Preprocess unsigned in grid processing for larger grid sizes. by @kjetilly in #818
- Add createThreadIterators() utility. by @atgeirr in #820
- On loadBalance(...) "addCornerCells" should be called "addEdgeCells"? by @aritorto in #808
- Feature: Optionally keep neighbours of peforated cells on one process by @michal-toth in #811
- Serial Zoltan with graph representing a well a by single vertex by @michal-toth in #821
- Add ElementChunks helper for thread-parallel grid iteration by @atgeirr in #822
- Remove symmetry assumption when searching parent face by @aritorto in #825
- Janitoring: quell some static analyzer issues by @akva2 in #826
- Do not throw in getLevelElem() and remove getEquivLevelElem() by @aritorto in #830
- Changing IdType to int64_t by @kjetilly in #823
- Retrieve local ijk's of an LGR, given its name by @aritorto in #828
- Compute COORD values for LGRs by @aritorto in #829
- clang-format now adds newline at the end of file. by @kjetilly in #832
- fix copy-paste bug by @akva2 in #833
- Some static analyzer fixes by @akva2 in #834
- Compute ZCORN values for LGR by @aritorto in #831
- anonymize unused parameters by @akva2 in #835
- [small refactor] Lgr ZCORN computation by @aritorto in #836
- Janitoring: address more static analyzer issues by @akva2 in #839
- Faltten lgr COORD to facilitate writing output by @aritorto in #837
- Make zoltanGoG default partitioner if grid has wells by @michal-toth in #840
- Create *.EGRID for LGRs by @aritorto in #838
- Add and require partition support to ElementChunks. by @atgeirr in #842
- Bugfix: case with no wells by @michal-toth in #844
- [bug fix] Grid global id set should see all level cell ids by @aritorto in #847
- Refactor addLgrsOnDistributedGrid test by @aritorto in #841
- Distribute level zero of a CpGrid with LGRs by @aritorto in #845
- [Bugfix] work around buggy cpgrid copy by @blattms in #849
- Avoid copying CpGrid in LgrCheck methods by @aritorto in #852
- Fixes for NVCC by @kjetilly in #853
- fixed: missing initialization value by @akva2 in #855
- Synchronize cell ids by @aritorto in #854
- Changes to support 2.10 by @blattms in #858
- Removed the last checks for DUNE 2.8 by @blattms in #859
- Refactor adapt_cpgrid_test, add global_refine_test by @aritorto in #860
- Fix compilation with 64bit metis bindings of scotch. by @blattms in #861
- Bump release version to 2025.04-rc2 by @multitalentloes in #864
- bump dune.module version to 2025.04-rc3 by @multitalentloes in #866
- bump OPM version to 2025.04 by @multitalentloes in #870
New Contributors
- @michal-toth made their first contribution in #776
Full Changelog: release/2024.10/final...release/2025.04/final