- 16 Apr, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Extend the list of symbolic constant" See merge request OPAL/src!487
-
ext-calvo_p authored
-
- 06 Apr, 2021 1 commit
-
-
ext-calvo_p authored
Resolve "Fix turnNumber in loss output file" Closes #645 See merge request OPAL/src!486
-
- 05 Apr, 2021 4 commits
-
-
Pedro authored
-
kraus authored
Merge branch '632-delete-particles-that-move-in-the-opposite-direction-than-the-bunch' into 'master' Resolve 'Delete particles that move in the opposite direction than the bunch.' Closes #632 See merge request OPAL/src!485
-
kraus authored
-
kraus authored
compute first the means and then the standard deviation to avoid numerical instability Closes #638 See merge request OPAL/src!484
-
- 02 Apr, 2021 1 commit
-
-
kraus authored
-
- 26 Mar, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Remove unnecessary condition in CCollimators" Closes #643 See merge request OPAL/src!483
-
ext-calvo_p authored
-
- 25 Mar, 2021 1 commit
-
- 24 Mar, 2021 3 commits
-
-
kraus authored
-
ext-calvo_p authored
Resolve "Update time unit in loss output file of some elements" Closes #640 See merge request !479
-
ext-calvo_p authored
-
- 23 Mar, 2021 2 commits
-
-
kraus authored
- 22 Mar, 2021 2 commits
-
-
kraus authored
Resolve 'Add more information to the HDF5 file written by monitors' Closes #503 See merge request OPAL/src!477
-
kraus authored
commit 50e2a63e777bb40e88d846fa1d356a65f4e443d1 Author: Christof Kraus <christof.j.kraus@gmail.com> Date: Sun Feb 28 08:42:19 2021 +0100 add total charge and mass to the statistics commit 8792c971784c1137b0ca67ed803e38a91760fa56 Author: Christof Kraus <christof.j.kraus@gmail.com> Date: Sat Feb 27 22:06:57 2021 +0100 adding more information to loss data sink commit 93c63b2402da6399a15e188f43973b851b7834c6 Author: Christof Kraus <christof.j.kraus@gmail.com> Date: Sun Oct 18 10:14:42 2020 +0200 initial version for moments computer commit 8631137e7a5be878be13020c43baddf225bca4bc Author: Christof Kraus <christof.j.kraus@gmail.com> Date: Sat Oct 10 23:07:39 2020 +0200 add initial version
-
- 19 Mar, 2021 2 commits
-
-
gsell authored
Resolve "unused variable in ippl/test/particle/p3m3dMicrobunching.cpp" Closes #639 See merge request OPAL/src!478
-
gsell authored
-
- 28 Feb, 2021 2 commits
-
-
kraus authored
Don't use GLIBCXX_ASSERTIONS in production Closes #627 See merge request OPAL/src!468
-
kraus authored
don't disable glibcxx_assertions when the build type is Release but if the variable BUILD_FOR_PRODUCTION is ON
-
- 17 Feb, 2021 3 commits
-
-
gsell authored
Resolve "Segmantation fault with BoundaryGeometry" Closes #637 See merge request OPAL/src!476
-
Achim Gsell authored
- ''if(cond) break' to leave loop replaced with condition in do {..} while(cond);
-
Achim Gsell authored
- break loop if queue_cursor >= queue_end.
-
- 09 Feb, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Renaming particle matter interactions models and types" Closes #633 See merge request OPAL/src!475
-
ext-calvo_p authored
-
- 08 Feb, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Loss files overwritten for collimators" Closes #636 See merge request OPAL/src!474
-
ext-calvo_p authored
-
- 02 Feb, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Reviewing physics behind particle matter interaction models" Closes #634 See merge request !470
-
ext-calvo_p authored
-
- 31 Jan, 2021 2 commits
-
-
kraus authored
- 27 Jan, 2021 2 commits
-
-
kraus authored
fix the unit test 'SolveFactoryTest' which failed due to the added out of... Closes NightlyBuild#28 See merge request !471
-
kraus authored
fix the unit test 'SolveFactoryTest' which failed due to the added out of bounds check; additionally fixed the test 'VariableRFCavityFringeFieldTest.TestConstructor'
-
- 21 Jan, 2021 2 commits
-
-
ext-calvo_p authored
Resolve "Bethe-Bloch threshold" Closes #83 See merge request !469
-
ext-calvo_p authored
-
- 18 Jan, 2021 1 commit
-
-
ext-calvo_p authored
Resolve "Verifying particle matter interaction type" Closes #631 See merge request !466
-
- 15 Jan, 2021 2 commits
-
-
kraus authored
replace &(someVector[0]) with someVector.data() where the vector written but only read and where we can't be sure that if it has elements