get_ind_on_mesh Function

public pure function get_ind_on_mesh(self, ks, iseg) result(res)

Returns mesh index of point of segement

Type Bound

polygon_in_mesh_t

Arguments

Type IntentOptional Attributes Name
class(polygon_in_mesh_t), intent(in) :: self

Instance of the type

integer, intent(in) :: ks

Index on segment For closed polygon this is treated periodically For open segments zero is returned

integer, intent(in), optional :: iseg

Number of segment (default 1)

Return Value integer


Contents