Skip to content
forked from dkolom/GALA2D

Adaptive gradient-augmented level set method for a two-dimensional advection equation

Notifications You must be signed in to change notification settings

bizhishui/GALA2D

 
 

Repository files navigation

GALA2D

Adaptive gradient-augmented level set method for a two-dimensional advection equation

  1. Install

git clone https://github.com/dkolom/GALA2D.git

make

The code has only been tested with g++.

  1. Execute

./gala2d

All parameters are hardcoded. Most of them are in main.cpp. The initial condition and the velocity field are defined in Fields.cpp. The finite-difference parameter is set in Solver.cpp (normally you should not change it).

  1. Postprocess

Matlab scripts in post_scripts.tar.gz can be used to visualize the solution and the mesh.

  1. Read the theoretical manual

acroread adaptive.pdf

About

Adaptive gradient-augmented level set method for a two-dimensional advection equation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Makefile 0.6%