An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LevelSetMethods

[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://maltezfaria.github.io/LevelSetMethods.jl/stable)
[![In development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://maltezfaria.github.io/LevelSetMethods.jl/dev)
[![Build Status](https://github.com/maltezfaria/LevelSetMethods.jl/workflows/Test/badge.svg)](https://github.com/maltezfaria/LevelSetMethods.jl/actions)
[![Test workflow status](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Lint workflow Status](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Lint.yml/badge.svg?branch=main)](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Lint.yml?query=branch%3Amain)
[![Docs workflow Status](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Docs.yml/badge.svg?branch=main)](https://github.com/maltezfaria/LevelSetMethods.jl/actions/workflows/Docs.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/maltezfaria/LevelSetMethods.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/maltezfaria/LevelSetMethods.jl)
[![BestieTemplate](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/JuliaBesties/BestieTemplate.jl/main/docs/src/assets/badge.json)](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.