-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: Update geometry central version * build: do not search for netcdf * fix: do not split or collapse around notable vertices * fix: respect initial timestep for mesh update frequencies Due to variable time stepping algorithms the time step can vary with system configuration. The modified time step was used for updating mutation/prescription counters leading to difficult to predict behavior. * fix: Adding an aggressive exclusion criteria for split/collapse processing when fixed boundary conditions are used !Modifies split/collapse behavior for fixed boundary simulations * refactor!: change mesh update periods to be double * refactor: update python type hints * feat: geodesic distance calculations relative to user defined vertices * feat: add Gaussian force to visualization * feat: add function to remove low valency vertices and add to split-collapse --------- Signed-off-by: Christopher T. Lee <ctlee@ucsd.edu> Co-authored-by: Xiaoyi Wu <xiw135@ucsd.edu>
- Loading branch information
Showing
19 changed files
with
1,254 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.