0.6.0
Loading...
Searching...
No Matches
mod_lsm_curvature Module Reference

Functions/Subroutines

subroutine compute_levelset_curvature_object (my_levelset)
 Compute the curvature within the level set object.
 
subroutine compute_levelset_curvature_by_method (my_levelset, curvature)
 Compute the curvature with various methods.
 
subroutine crop_curvature (curvature)
 Crop the curvature to the maximum local possible value.
 
subroutine compute_levelset_curvature_div_n (my_levelset, curvature)
 Compute the curvature with the standard \( \nabla \cdot \vec{n} \) method.
 
subroutine compute_levelset_curvature_with_cp (my_levelset, init_curvature, closest_points, proc_id, curvature)
 Compute the curvature with the CP method.