AMeshEikonalSolver
@author Benedikt Zoennchen
Abstract class that solves the eikonal equation on a Mesh i.e. 2-D triangular mesh.
It is the basis for the implementation of the FMM, FIM, FSM and IFIM on triangular meshes.
@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
Field: virtualSupport [List>]
---
Field: identifier [java.lang.String]
---
Field: nameTimeCost [java.lang.String]
---
---
---
Field: initialVertices [Collection]
---
Field: nameBurned [java.lang.String]
---
Field: namePotential [java.lang.String]
---
Field: nameVirtualSupport [java.lang.String]
---
---
---
Field: nameVirtualSupportCosPhi [java.lang.String]
---
---
Field: nameCosPhi [java.lang.String]
---
Field: nameBurning [java.lang.String]
---
---
---
---
---
Field: solved [boolean]
---
---
---
---
Field: nameInitialVertex [java.lang.String]
---
Field: nameNonAccuteEdge [java.lang.String]
---