get_nps Function

public pure function get_nps(self, iseg) result(res)

Returns number of points of segment

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), optional :: iseg

Number of segment (default 1)

Return Value integer


Contents