version 0.6.0

Namespaces

module  mod_lsm_reinitialization_hj_first_order
 Reinitialization method using the classic HJ algorithm.
 
module  mod_lsm_reinitialization_cp
 Reinitialization method using the CP algorithm.
 
module  mod_lsm_reinitialization_hcr2
 Reinitialization method using the HCR2 algorithm.
 
module  mod_lsm_reinitialization_hj
 Reinitialization method using the classic HJ algorithm.
 
module  mod_lsm_reinitialization_tools
 Reinitialization common tools for algorithms.
 
module  type_levelset_reinit_parameters
 Level set reinitialization parameters as a structureAlso define default values.
 

Detailed Description

This module provides several methods for resolving the reinitialization problem for level sets.

Two principal methods have been developed:

Among the first, a supplementary method has been added in order to enhance the precision, consisting in the constrained reinitialization scheme (HCR2).

These methods are accessible through the LS parameters and the UI.

~