Sat Jan 6 22:26:16 2024 spiral_exact_test(): Python version: 3.8.10 Test spiral_exact(). grid_2d_test: grid_2d() generates a regular grid. 0 0 0 10.000000 5.000000 1 1 0 12.500000 5.000000 2 2 0 15.000000 5.000000 3 3 0 17.500000 5.000000 4 4 0 20.000000 5.000000 5 0 1 10.000000 5.500000 6 1 1 12.500000 5.500000 7 2 1 15.000000 5.500000 8 3 1 17.500000 5.500000 9 4 1 20.000000 5.500000 10 0 2 10.000000 6.000000 11 1 2 12.500000 6.000000 12 2 2 15.000000 6.000000 13 3 2 17.500000 6.000000 14 4 2 20.000000 6.000000 uv_spiral_test(): Sample a spiral velocity field and estimate the range of the solution values. Minimum Maximum U: -1.85436 2.22728 V: -2.23826 1.85532 resid_spiral_test(): Sample a spiral velocity field and estimate the range of residuals in the continuity equation. Minimum Maximum Pr: 0 0 spiral_gnuplot_test: Python version: 3.8.10 Generate a spiral velocity field on a regular grid. Store in GNUPLOT data and command files. Data written to "spiral_exact_data.txt". Commands written to "spiral_exact_commands.txt". spiral_matplotlib_test: Python version: 3.8.10 Generate a spiral velocity field on a regular grid. Display it using matplotlib spiral_exact_test(): Normal end of execution. Sat Jan 6 22:26:17 2024