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

Normal computation. More...

Data Types

interface  compute_levelset_gradient
 
interface  compute_levelset_normal
 

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.
 

Detailed Description

Normal computation.

Function/Subroutine Documentation

◆ compute_levelset_normal_inline()

subroutine mod_lsm_normal::compute_levelset_normal_inline ( class(t_levelset), intent(inout) my_levelset)