warisa-r / ShockwaveDetection.jl

This repository provides tools and data for detecting shockwaves from solutions obtained via an Euler equation solver. Shockwaves are significant discontinuities in the flow field parameters, and their detection is crucial for various applications in fluid dynamics and aerospace engineering.
MIT License
1 stars 0 forks source link

Record of attempt to implement sorting algorithm instead of a loop to find minimum error #5

Closed warisa-r closed 4 months ago

warisa-r commented 4 months ago

With sorting: 16.794 s (9176227 allocations: 31.36 GiB) Without sorting: 316.974 ms (1562699 allocations: 645.03 MiB)

warisa-r commented 4 months ago

So it performs worse. Bulletpoint terminated

warisa-r commented 4 months ago

@elenaiwnw Just want to notify you that this doesn't need to be done anymore