Skip to content

Changes

Started by timer
Started 1 mo 9 days ago
Took 2 hr 30 min on Debian_12-VM

Summary

  1. add fast flood-filled iceberg removal Implements a vectorized, CSR-backed BFS algorithm to remove isolated floating ice (commit: 6e0f329) (details)
  2. CHG: make sure thickness remains >=1" (commit: 5d0299a) (details)
  3. Update common-workflow.yml (commit: 364a9df) (details)
  4. CHG: fixing multiple INS_VAL that adjointpetsc is complaining about (commit: 415bd77) (details)
  5. BUG: do not skip if vertex is clone (commit: ab8406c) (details)
Commit 6e0f32936b9c8d5947ab884f333052dd181a0dc2 by justinkinjun.hew
add fast flood-filled iceberg removal Implements a vectorized, CSR-backed BFS algorithm to remove isolated floating ice
patches ("icebergs") from the ISSM-style mesh mask. The routine identifies ice
vertices (<0 in ice_levelset) not connected via ice-only edges to grounded ice
(commit: 6e0f329)
The file was addedsrc/m/parameterization/killberg.py
Commit 5d0299a51988f590c0d0f590a7706081d2c08b44 by Mathieu Morlighem
CHG: make sure thickness remains >=1"
(commit: 5d0299a)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
Commit 364a9dfb5c164b12eeb6969122a0e22a3e01140b by 34657535+TidbitSoftware
Update common-workflow.yml

Cleanup unnecessary packages and apps from GitHub Runner
(commit: 364a9df)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 415bd77250e717d28c3a7f47bcb1c076e0e67c02 by Mathieu Morlighem
CHG: fixing multiple INS_VAL that adjointpetsc is complaining about
(commit: 415bd77)
The file was modifiedsrc/c/classes/Elements/Element.h (diff)
The file was modifiedsrc/c/classes/Elements/Element.cpp (diff)
The file was modifiedsrc/c/classes/Node.cpp (diff)
The file was modifiedsrc/c/classes/Vertex.cpp (diff)
The file was modifiedsrc/c/analyses/StressbalanceAnalysis.cpp (diff)
The file was modifiedsrc/c/classes/Node.h (diff)
Commit ab8406cfe8e4e35b66ecc750baee72850a83961b by Mathieu Morlighem
BUG: do not skip if vertex is clone
(commit: ab8406c)
The file was modifiedsrc/c/classes/Vertex.cpp (diff)