mels630 / fast-accurate-redistancing

Implementation of fast and accurate redistancing method for uniform finite difference grids.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fast-accurate-redistancing

Implementation of a fast, high-ordered redistancing method for uniform finite-difference grids, following this paper:

M. Elsey and S. Esedoglu. Fast and accurate redistancing via directional optimization. SIAM Journal on Scientific Computing, 36:1 (2014), pp. A219-A231.

To-do:

  • Comment
  • Utilize STL algorithms, std::vector::assign, etc. to simplify code
  • Consistency: place const to right of types, use Hungarian notation for variables

About

Implementation of fast and accurate redistancing method for uniform finite difference grids.

License:GNU General Public License v3.0


Languages

Language:C++ 95.9%Language:Python 1.3%Language:Makefile 1.1%Language:MATLAB 1.0%Language:Shell 0.7%