version 0.6.0
type_closest_point Module Reference

The Closest Point type.

Functions/Subroutines

type(t_closest_point) function closest_point_constructor (indices, position, phi)
 t_closest_point constructor More...
 
subroutine closest_points_to_positions (cps, positions)
 
subroutine cp_array_concat (cp_a1, cp_a2, res)
 Concatenates two arrays of cp.
 
integer function get_serialize_size_cp (cp)
 
subroutine serialize_cp (cp, char_array)
 
subroutine deserialize_cp (char_array, cp)
 
logical function equal_closest_point (cp_a, cp_b)
 

Function/Subroutine Documentation

◆ closest_point_constructor()

type(t_closest_point) function type_closest_point::closest_point_constructor ( integer, dimension(3), intent(in)  indices,
double precision, dimension(3), intent(in)  position,
double precision, intent(in)  phi 
)
Parameters
[in]positionthe base (start) position
[in]phithe approximate signed distance function at that point