is_periodic Function

public pure function is_periodic(self) result(res)

Returns tru if polygon is closed (periodic)

Type Bound

polygon_in_mesh_t

Arguments

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

Instance of the type

Return Value logical


Contents