version 0.6.0
mod_lsm_cp_gd_interpolant_geo Module Reference

The Closest Point computation functions.

Functions/Subroutines

type(t_closest_point_mpi) function compute_cp_gd_interpolant_geo_plane (ls, cp, cp_params)
 Compute the closest point on the surface to "origin" starting from cp_start. More...
 
double precision function, dimension(3) compute_cp_gd_wrapper_interpolant_geo (x, ls, cp_params)
 

Function/Subroutine Documentation

◆ compute_cp_gd_interpolant_geo_plane()

type(t_closest_point_mpi) function mod_lsm_cp_gd_interpolant_geo::compute_cp_gd_interpolant_geo_plane ( class(t_levelset_cp), intent(in)  ls,
class(t_closest_point_mpi), intent(in)  cp,
class(t_closest_point_parameters_interpolant), intent(inout)  cp_params 
)
Parameters
[in]lsThe levelset
[in]originThe point to search the cp to
[in]cp_startThe starting point to search from
[in]distance_thresholdThreshold on the distance
[in]angle_thresholdThreshold on the angle Compute the closest point on the surface to "origin" starting from cp_start
[in]lsThe levelset
[in]originThe point to search the cp to
[in]cp_startThe starting point to search from
[in]distance_thresholdThreshold on the distance
[in]angle_thresholdThreshold on the angle