https://github.com/maltezfaria/levelsetmethods.jl
Library for level set methods in Julia
https://github.com/maltezfaria/levelsetmethods.jl
implicit-surfaces julia levelset
Last synced: about 1 year ago
JSON representation
Library for level set methods in Julia
- Host: GitHub
- URL: https://github.com/maltezfaria/levelsetmethods.jl
- Owner: maltezfaria
- License: mit
- Created: 2020-11-19T13:51:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T07:20:45.000Z (about 1 year ago)
- Last Synced: 2025-04-08T08:28:28.581Z (about 1 year ago)
- Topics: implicit-surfaces, julia, levelset
- Language: Julia
- Homepage: https://maltezfaria.github.io/LevelSetMethods.jl/
- Size: 9.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LevelSetMethods
[](https://maltezfaria.github.io/LevelSetMethods.jl/stable)
[](https://maltezfaria.github.io/LevelSetMethods.jl/dev)
[](https://github.com/maltezfaria/LevelSetMethods.jl/actions)
[](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Test.yml?query=branch%3Amain)
[](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Lint.yml?query=branch%3Amain)
[](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Docs.yml?query=branch%3Amain)
[](https://codecov.io/gh/maltezfaria/LevelSetMethods.jl)
[](https://github.com/JuliaBesties/BestieTemplate.jl)
This package provides tools to solve level-set equations on cartesian meshes. It closely
follows the book [Level Set Methods and Dynamic Implicit
Surfaces](https://link.springer.com/book/10.1007/b98879) by Stanley Osher and Ronald Fedkiw.
For more details, see the [stable](https://maltezfaria.github.io/LevelSetMethods.jl/stable)
or [development](https://maltezfaria.github.io/LevelSetMethods.jl/dev) documentations.