0.6.0
Loading...
Searching...
No Matches
mod_lsm_normal::compute_levelset_normal Interface Reference

Public Member Functions

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.
 

Member Function/Subroutine Documentation

◆ compute_levelset_inplace_normal_only()

subroutine mod_lsm_normal::compute_levelset_normal::compute_levelset_inplace_normal_only ( class(t_levelset), intent(inout) ls,
logical, intent(in) do_compute_norm )

Compute the normal associated to the level set. The result is stored inside the levelset type.

Parameters
[in,out]lsThe input/output levelset (nx,ny,nz)
[in]do_compute_normDo compute or not the gradient's norm

◆ compute_levelset_normal_inline()

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

◆ compute_levelset_normal_only()

subroutine mod_lsm_normal::compute_levelset_normal::compute_levelset_normal_only ( class(t_levelset), intent(in) my_levelset,
double precision, dimension(:,:,:,:), intent(inout) normal,
double precision, dimension(:,:,:), intent(inout), optional gradient_norm,
integer, intent(in), optional order )

Compute the normal associated to the level set.

Parameters
my_levelsetThe input levelset (nx,ny,nz)
normalThe output normal (nx,ny,nz,:)
gradient_normThe output gradient's norm (nx,ny,nz,:)
orderThe (optional) order of the method

The documentation for this interface was generated from the following file: