- 25 Jun, 2020 2 commits
-
-
Philipp Schäfer authored
- part 2: change includes
-
Philipp Schäfer authored
- part 1: filesnames and cmake
-
- 19 Jun, 2020 1 commit
-
-
Philipp Schäfer authored
-
- 04 Jun, 2020 1 commit
-
-
Philipp Schäfer authored
++ documentation
-
- 27 May, 2020 1 commit
-
-
Philipp Schäfer authored
- renamed many private/protected member variables - fixed some missing ; for inline methods
-
- 20 May, 2020 2 commits
-
-
Philipp Schäfer authored
- Simulation watcher now works with pointers to receiver positions ART - Simulation::IExternalWatcher - now works with shared_ptr and not references to shared_ptr
-
Philipp Schäfer authored
- now stores interface to external watcher as shared ptr ART - Eigenray Engine - worker now hold an external watcher instead of being derived from it
-
- 19 May, 2020 1 commit
-
-
Philipp Schäfer authored
- minor fixes
-
- 13 May, 2020 2 commits
-
-
Philipp Schäfer authored
- now uses UL int instead of ULL int for time frame portion - now automatically limits max adaptation level to 31
-
Philipp Schäfer authored
- ExternalWatcher now has a new function to do some additional processing of the ray after each step. - Adjusted Eigenray Workers accordingly
-
- 08 May, 2020 1 commit
-
-
Philipp Schäfer authored
- now uses OpenMP to parallelize ray tracing
-
- 07 May, 2020 1 commit
-
-
Philipp Schäfer authored
- IAbortCriterion now is called IExternalWatcher - this watcher now has a finalize method which is called after the calculation of the ray
-
- 30 Apr, 2020 1 commit
-
-
Philipp Schäfer authored
- now expects a unique set of rays ART - RayGrid - now additionally stores unique set of rays, only this can be accessed publicly - ray matrix is now private and can be adjusted using protected set method ART - AdaptiveRayGrid - NewRaysOfLastAdaptation now is also a set instead of a vector
-
- 27 Apr, 2020 1 commit
-
-
Philipp Schäfer authored
- defined Run functions as const
-
- 22 Apr, 2020 4 commits
-
-
Philipp Schäfer authored
- renaming of Eigenray related Classes - Part 2: Namespaces and classes - Moved Eigenray-Settings to own file - renames Simulation::SimulationSettings to Simulation::Settings
-
Philipp Schäfer authored
- renaming of Eigenray related Classes - Part 1: Files
-
Philipp Schäfer authored
- version 2 -> still WIP
-
Philipp Schäfer authored
- IAbortCriterion now works with shared pointer on CRay
-
- 21 Apr, 2020 2 commits
-
-
Philipp Schäfer authored
- started to work on EigenrayFinder
-
Philipp Schäfer authored
- now takes parameters for rays as function input instead of using member variables
-
- 15 Apr, 2020 2 commits
-
-
Philipp Schäfer authored
- simulation engine now hold rays as shared pointers
-
Philipp Schäfer authored
- renamed some settings - updated Engine.Run() method
-
- 08 Apr, 2020 1 commit
-
-
Philipp Schäfer authored
-Renamed a few functions -Rays now have functions to check whether a timestamp belongs to a reflection
-
- 07 Apr, 2020 5 commits
-
-
Philipp Schäfer authored
----------------------- Rays - removed Get... from get-functions - added reflection order Simulation/Engine - Added function to add reflection and to copy period rays - CWorker is now fully hidden in cpp file
-
Philipp Schäfer authored
- renamed CAdaptiveIntegrator to CAdaptiveSolver and moved it to own file (hidden outside project)
-
Philipp Schäfer authored
-changed filename from Simulation/Base to Simulation/Settings
-
Philipp Schäfer authored
- Moved all simulation settings to Simulation/Base - Solver method enum moved to Simulation/Base
-
Philipp Schäfer authored
-moved ODESolver and Simulation content to respective subfolders
-