Eikonal.h file
Eikonal equation-based distance function computation.
This file provides the Eikonal class, which computes distance functions by solving the Eikonal equation using the Fast Marching Method (FMM). The Eikonal equation is given by:
where is the distance function.
Namespaces
- namespace Rodin
- The Rodin library for finite element methods and shape optimization.
- namespace Rodin::Distance
- Namespace Rodin::
Distance.
Classes
-
template<class FES, class Data>class Rodin::Distance::Eikonal
- Distance function computation using the Eikonal equation.