- 15 Feb, 2021 2 commits
-
-
Philipp Schäfer authored
-
Philipp Schäfer authored
-use reduced resolution for spreading loss if direction is close to pole to avoid numerical erros
-
- 29 Jan, 2021 1 commit
-
-
Philipp Schäfer authored
- now only increase phi resolution if not zooming into pole
-
- 20 Jan, 2021 1 commit
-
-
Philipp Schäfer authored
- calculation of spreading loss now also includes wind vector and wavefront normal in accordance to Blockhintzev invariant
-
- 08 Jan, 2021 1 commit
-
-
Philipp Schäfer authored
- fixed a memory leak
-
- 07 Jan, 2021 1 commit
-
-
Philipp Schäfer authored
- added setting to enable / disable multi-threading for ray tracing
-
- 06 Jan, 2021 1 commit
-
-
Philipp Schäfer authored
-
- 04 Jan, 2021 1 commit
-
-
Jonas Stienen authored
-
- 18 Dec, 2020 2 commits
-
-
Dipl.-Ing. Jonas Stienen authored
-
Dipl.-Ing. Jonas Stienen authored
-
- 09 Dec, 2020 1 commit
-
-
Philipp Schäfer authored
-
- 03 Nov, 2020 1 commit
-
-
Dipl.-Ing. Jonas Stienen authored
-
- 21 Aug, 2020 2 commits
-
-
-
Dipl.-Ing. Jonas Stienen authored
-
- 10 Aug, 2020 2 commits
-
-
Philipp Schäfer authored
- bugfix: adaptive ray grid is never circular if zoom into ray with specific resolution
-
-
- 04 Aug, 2020 1 commit
-
-
Dipl.-Ing. Jonas Stienen authored
-
- 03 Aug, 2020 1 commit
-
-
Philipp Schäfer authored
- bugfix: Now updates circularPhi bool if zooming into a ray using a specific resolution
-
- 16 Jul, 2020 1 commit
-
-
- 01 Jul, 2020 1 commit
-
-
Philipp Schäfer authored
- fixed a bug where default settings were not properly initialized
-
- 25 Jun, 2020 4 commits
-
-
-
Philipp Schäfer authored
- part 2: change includes
-
Philipp Schäfer authored
- part 1: filesnames and cmake
-
Philipp Schäfer authored
- more number of adaptations allowed - advanged ray zooming is now offline by default
-
- 19 Jun, 2020 1 commit
-
-
Philipp Schäfer authored
-
- 16 Jun, 2020 1 commit
-
-
Dipl.-Ing. Jonas Stienen authored
-
- 15 Jun, 2020 1 commit
-
-
Dipl.-Ing. Jonas Stienen authored
-
- 12 Jun, 2020 1 commit
-
-
Philipp Schäfer authored
- now if a point is directly on the ground (e.g. source point) no additional point is added for the reflection.
-
- 10 Jun, 2020 2 commits
-
-
Philipp Schäfer authored
- added Eigenray Test with source at ground level
-
Philipp Schäfer authored
- Fixed a bug that occured if point of minimum distance was ray end point - Also gives a warning that maximum propagation time was chosen too low
-
- 05 Jun, 2020 3 commits
-
-
Philipp Schäfer authored
- now receiver distances are initialized before ray tracing starts - now can abort tracing a ray if no distance to any receiver was updated during last time step
-
Philipp Schäfer authored
- added bool to ray receiver data which indicates whether receiver distance was updated during last integration step - added function check whether any receiver data was updated on last time step
-
Philipp Schäfer authored
- added bool to increase speed by stopping ray tracing when receiver distance increase
-
- 04 Jun, 2020 3 commits
-
-
Philipp Schäfer authored
- added setting to (de)activate advanced - Engine now actually uses advanced ray zooming - spreading loss is now calculated for sound pressure and not intensity
-
Philipp Schäfer authored
- advanced ray zooming now gets idxMin from ray directly - changed some variable names
-
Philipp Schäfer authored
++ documentation
-
- 03 Jun, 2020 2 commits
-
-
Philipp Schäfer authored
- added test for differenz azimuths between source and receiver - matlab scripts now also work with new classes from ARTMatlab app - split matlab test into two: one only testing the cpp data, the other comparing to matlab simulation
-
Philipp Schäfer authored
- added bool to (de)activate sorting of angle vectors - fixed bug where ray angles where falsely sorted on CreateCopyWithNewRays()
-
- 29 May, 2020 1 commit
-
-
Philipp Schäfer authored
- now use shared pointers during creation of atmospheres
-
- 28 May, 2020 1 commit
-
-
Philipp Schäfer authored
- moved function definitions to cpp file
-