Normal computation.
Functions/Subroutines | |
subroutine | compute_levelset_normal_inline (my_levelset) |
subroutine | compute_levelset_normal_only (my_levelset, normal, gradient_norm, order) |
Compute the normal associated to the level set. | |
subroutine | compute_levelset_inplace_normal_only (ls, do_compute_norm) |
Compute the normal associated to the level set. The result is stored inside the levelset type. | |
subroutine | compute_levelset_gradient_inline (my_levelset, order) |
Compute the level set gradient. | |
subroutine | compute_levelset_gradient_outline (my_levelset, gradient, order) |
Compute the level set gradient. | |