(2) This code shows you how to generate level set descriptions of various three dimensional interfaces.
(3) This code shows you how perform various boolean operation on sets using level set functions.
(4) This is a two dimensional simulation in which a level set function is advected by a prescribed velocity field using first order upwinding
(5) This a one dimensional level set code where the interface grows with normal speed equal to one. The code generates a movie showing the interface motion and the evolution of the level set function.
(6) This a two dimensional level set code where the interface grows with normal speed equal to one. The code generates a movie showing the interface motion. This code uses a first order Godunov method.
(7) This a two dimensional level set code where the interface grows with normal speed equal -curvature. The code generates a movie showing the interface motion with and explicit first order in time algorithm with center differencing in space.
(8) This a two dimensional level set code that extends quanities off the interface using a first order Godunov scheme.
(9) This a two dimensional level set code that constructs signed distance function using a first order Godunov scheme.