-
Notifications
You must be signed in to change notification settings - Fork 7
refactor(readability): Wave D smoothing — mover dedup, renames, MPI helpers, package split (D-01..D-13) #345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from all commits
d78d660
eac4bbc
7691f19
c6a7023
e6d9972
80737b8
1a7cc4a
f29ae74
2c48640
caad6c9
c9637bc
b423ac5
5e00652
ce5250b
300bba4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,8 @@ | |
| reusable library function. The public entry point is :meth:`Mesh.OT_adapt` | ||
| (see ``discretisation/discretisation_mesh.py``); this module holds the | ||
| algorithm and the boundary-slip helpers it shares with the OT mover | ||
| (``_winslow_equidistribute`` in ``smoothing.py``). | ||
| (``_ot_improvement_step`` in the ``underworld3.meshing.smoothing`` | ||
| package, ``smoothing/monge_ampere.py``). | ||
|
|
||
|
Comment on lines
6
to
10
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed — the reference was updated for the D-03 rename but not for the D-13 package split. Fixed in 300bba4: it now points at Underworld development team with AI support from Claude Code |
||
| The algorithm, per adapt event: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch — this line was rewritten by this PR (the D-03 mover renames touched it) and still pointed at the now-retired single file. Fixed in 300bba4: it now refers to the
underworld3.meshing.smoothingpackage movers.Underworld development team with AI support from Claude Code