-
- Downloads
New procedure inside_4, used in set_max_speed in the same way as
procedure inside was used in previous commits, but inside_4 is based on polygon_contains_point. In procedure set_max_speed, extend the search for radius beyond the value provided by polygon_point_dist_2d. We are now certain that ind_extr + radius is outside. We recover the value of radius that was computed by inside assuming no degeneracy.
Showing
- GNUmakefile 4 additions, 3 deletionsGNUmakefile
- Sources/inside_4.f 46 additions, 0 deletionsSources/inside_4.f
- Sources/set_max_speed.f 7 additions, 3 deletionsSources/set_max_speed.f
- Tests/Stdin/inside_4_false_nml.txt 4 additions, 0 deletionsTests/Stdin/inside_4_false_nml.txt
- Tests/Stdin/inside_4_true_nml.txt 4 additions, 0 deletionsTests/Stdin/inside_4_true_nml.txt
- Tests/test_inside.py 0 additions, 35 deletionsTests/test_inside.py
- Tests/test_inside_4.f 37 additions, 0 deletionsTests/test_inside_4.f
- Tests/tests.json 12 additions, 0 deletionsTests/tests.json
- depend.mk 2 additions, 1 deletiondepend.mk
- file_list 2 additions, 0 deletionsfile_list
Loading
Please register or sign in to comment