0.6.0
Loading...
Searching...
No Matches
enum.f90 File Reference

Modules

module  enum_levelset_representation
 Module containing the different representation Associated to the representation parameter.
 
module  enum_levelset_advection_scheme
 Module containing the list of the various advection method related to Level Set representation Associated to the advection_scheme parameter.
 
module  enum_levelset_time_order
 Module containing the list of the various time schemes related to Level Set representation Associated to the time_order parameter.
 
module  enum_levelset_curvature_type
 Module containing the list of the various curvature computation schemes.
 
module  enum_levelset_reinit_method
 Module containing the list of the various reinitialization methods.
 
module  enum_levelset_volume_fraction_method
 Module containing the list of the various reinitialization methods.
 
module  enum_levelset
 Main module.
 

Enumerations

enum  { enum_levelset_representation::levelset_representation_eulerian }
 List of the various representations for level set. More...
 
enum  { enum_levelset_advection_scheme::levelset_advection_none , enum_levelset_advection_scheme::levelset_advection_eulerian , enum_levelset_advection_scheme::levelset_advection_semi_lagrangian }
 List of the various advection methods related to Level Set representation Schemes are divided in two major families: More...
 
enum  { enum_levelset_curvature_type::levelset_curvature_type_simple , enum_levelset_curvature_type::levelset_curvature_type_cp }
 List of the various curvature computations. More...
 
enum  { enum_levelset_reinit_method::levelset_reinit_method_none , enum_levelset_reinit_method::levelset_reinit_method_hj , enum_levelset_reinit_method::levelset_reinit_method_cp , enum_levelset_reinit_method::levelset_reinit_method_hcr2 }
 List of the various curvature computations. More...
 
enum  {
  enum_levelset_volume_fraction_method::levelset_volume_fraction_method_regular , enum_levelset_volume_fraction_method::levelset_volume_fraction_method_gibou , enum_levelset_volume_fraction_method::levelset_volume_fraction_method_sin , enum_levelset_volume_fraction_method::levelset_volume_fraction_method_towers ,
  enum_levelset_volume_fraction_method::levelset_volume_fraction_method_tanh_spread , enum_levelset_volume_fraction_method::levelset_volume_fraction_method_tanh_uncut
}
 List of the various curvature computations. More...