maltezfaria / LevelSetMethods.jl

Library for level set methods in Julia
MIT License
0 stars 0 forks source link

Re-distanciation term #11

Closed maltezfaria closed 3 years ago

maltezfaria commented 3 years ago

A re-distanciation term needs to be implemented to keep the level-set close to a signed distance function.

NLebbe commented 3 years ago

Done in commit 8446cfc on (new) branch nlebbe/dev. An example is in examples/reinitialization_example.jl.