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