MeshEikonalSolverFMMIterative
This code solves the eikonal equation by iteratively refine the mesh as described in the PhD thesis of B. Zoennchen (Section 9.4.3).
The implementation is experimental and not jet ready for general usage, i.e. the code is still not very well structured
and rather hard to read.
@author Benedikt Zoennchen
@param the type of the vertices of the triangulation
@param the type of the half-edges of the triangulation
@param the type of the faces of the triangulation
@author Benedikt Zoennchen
---
---
---
Field: maxCurrentCurvature [double]
---
---
Field: targetShapes [VShape>]
---
---
Field: MAX_ITERATIONS [int]
---
Field: pointList [IPoint>]
---
Field: MIN_CURVATURE [double]
---
Field: logger [Logger]
---
Field: nameCurvature [java.lang.String]
---
Field: calculationFinished [boolean]
---
Field: MAX_CURVATURE [double]
---
Field: MIN_EDGE_LEN [double]
---
Field: level [int]
---