Commit 7b9fdc7
committed
Address Copilot review on #136
- _get_coords_for_basis: destroy matInterp/vecScale after use so the
per-variable eager cache fill and the nuke_coords_and_rebuild refill
loop don't leak PETSc objects in long adapt runs.
- test_0780_ve_stokes_first_solve_mpi: require mpi(min_size=4). The
bug only reproduces at the 4x2 partition geometry; min_size=2 would
let CI pass with a partition that never hit the deadlock.
- Relabel the two bugfix comment blocks from TODO(BUG) to BUGFIX(#130)
so they don't read as unfinished work.
Underworld development team with AI support from Claude Code1 parent fd9b039 commit 7b9fdc7
3 files changed
Lines changed: 14 additions & 8 deletions
File tree
- src/underworld3/discretisation
- tests/parallel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1653 | 1653 | | |
1654 | 1654 | | |
1655 | 1655 | | |
1656 | | - | |
1657 | | - | |
1658 | | - | |
1659 | | - | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
1660 | 1660 | | |
1661 | 1661 | | |
1662 | 1662 | | |
| |||
2733 | 2733 | | |
2734 | 2734 | | |
2735 | 2735 | | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
2736 | 2742 | | |
2737 | 2743 | | |
2738 | 2744 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
392 | | - | |
| 391 | + | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments