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: cosPhi [IEdgeContainerDouble]

---


Field: timeCosts [IVertexContainerDouble]

---


Field: initialVertices [Collection]

---


Field: nameBurned [java.lang.String]

---


Field: namePotential [java.lang.String]

---


Field: nameVirtualSupport [java.lang.String]

---


Field: burned [IVertexContainerBoolean]

---


Field: localSover [LocalSover]

---


Field: nameVirtualSupportCosPhi [java.lang.String]

---


Field: initialVertex [IVertexContainerBoolean]

---


Field: nameCosPhi [java.lang.String]

---


Field: nameBurning [java.lang.String]

---


Field: burning [IVertexContainerBoolean]

---


Field: nonAccute [IEdgeContainerBoolean]

---


Field: triangulation [IIncrementalTriangulation]

---


Field: potential [IVertexContainerDouble]

---


Field: solved [boolean]

---


Field: distanceFunction [IDistanceFunction]

---


Field: virtualSupportCosPhi [DoubleArrayList>]

---


Field: meshTimeCostFunction [ITimeCostFunctionMesh]

---


Field: nameInitialVertex [java.lang.String]

---


Field: nameNonAccuteEdge [java.lang.String]

---