- 13 Jul, 2016 1 commit
-
-
adelmann authored
-
- 07 Jun, 2016 1 commit
-
-
Andreas Adelmann authored
-
- 17 May, 2016 2 commits
- 16 May, 2016 1 commit
-
-
Andreas Adelmann authored
-
- 06 May, 2016 1 commit
-
-
winklehner_d authored
-
- 10 Mar, 2016 1 commit
-
-
Andreas Adelmann authored
Revert "In case a distribution has OFFSET, in OPAL-cycl the referernce particle has to be adjusted." This reverts commit 20d8e10d.
-
- 08 Mar, 2016 1 commit
-
-
Andreas Adelmann authored
Need this for OPAL-t, OPAL-cycl coupling in lieu of gantry simulations (Jozef).
-
- 19 Feb, 2016 1 commit
-
-
Andreas Adelmann authored
-
- 18 Sep, 2015 1 commit
-
-
winklehner_d authored
-
- 15 Jul, 2015 1 commit
-
-
kraus authored
-
- 16 Jun, 2015 1 commit
-
-
adelmann authored
-
- 01 Jun, 2015 1 commit
-
-
kraus authored
fixing restart: can now (again) restart from any step in any H5Part file that was written for/with OPAL; SDDS file and load balance file are rewound to an s-position less or equal as in the H5file
-
- 12 May, 2015 1 commit
-
-
kraus authored
-
- 25 Mar, 2015 1 commit
-
-
kraus authored
removing 'using namespace', 'using somenamespace::function' and 'using somenamespace::class' from headerfiles
-
- 10 Mar, 2015 1 commit
-
-
kraus authored
-
- 04 Mar, 2015 1 commit
-
-
kraus authored
-
- 20 Feb, 2015 1 commit
-
-
Kaman Tülin authored
-
- 02 Dec, 2014 1 commit
-
-
adelmann authored
-
- 25 Nov, 2014 2 commits
-
-
Daniel Winklehner authored
-
Daniel Winklehner authored
-
- 18 Nov, 2014 1 commit
-
-
Daniel Winklehner authored
Brought back saving in local frame for cyclotron tracker. Reverted the way mean E is calculated in PartBunch. Hopefully, restarts in local as well as in global frame now work in the cyclotron tracker.
-
- 05 Nov, 2014 1 commit
-
-
kraus authored
- moving the following classes over from OPAL to CLASSIC o OpalField -> ClassicField o OpalRing -> Ring o OpalRingSection -> RingSection o LossDataSink - clean up - splitting Options into classic and opal options
-
- 01 Nov, 2014 1 commit
-
-
adelmann authored
This allows to specify collimator losses as an objective. CHK wrote the original part, I did minor modifications. I tested with BeamLine-1 from the regressiontests so far only with one core.
-
- 20 Oct, 2014 1 commit
-
-
kraus authored
- putting own header file first o for reason see http://www.cplusplus.com/forum/articles/10627/#msg49679 and http://www.cplusplus.com/forum/articles/10627/#msg49680
-
- 18 Oct, 2014 1 commit
-
-
kraus authored
- remove 'using namespace' from header files - remove 'using std::string' and 'using std::abs' from header files For reason see: o http://stackoverflow.com/questions/5849457/using-namespace-in-c-headers
-
- 09 Oct, 2014 1 commit
-
-
Daniel Winklehner authored
Fixed small issue with singleParticleDump not working correctly in CyclotronTracker in RK-4 mode, made combined LF-2/RK-4 tracker default
-
- 07 Oct, 2014 1 commit
-
-
Daniel Winklehner authored
*) Fixed a problem with saving the lost particles if not all processors have lost particles. \n*) Consolidated Tracker_RK4 and Tracker_LF in ParallelCyclotronTracker. Enclosed in #ifdef for now. Activate by uncommenting #define GENERICTRACKER in ParallelCyclotronTracker.h. \n*) Added the general OPAL OPTION boundpdestroyfreq for Cyclotron Tracker.
-
- 29 Sep, 2014 2 commits
-
-
Daniel Winklehner authored
-
Daniel Winklehner authored
-
- 25 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
Cosmetics, Typos and a bugfix in calculateBeamParameters_cycl() where the energy would always be 0 and thus the emittance inf
-
- 23 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
-
- 17 Sep, 2014 1 commit
-
-
ext-rogers_c authored
-
- 12 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
1. Changed the way eKin_m is calculated in PartBunch to be consistent between P and E especially when restarting, 2. Removed some debug outputs.
-
- 11 Sep, 2014 1 commit
-
-
Tuelin Kaman authored
-
- 10 Sep, 2014 2 commits
-
-
Daniel Winklehner authored
Cosmetics, Typo, and an indexing error in Distribution.cpp that lead to (n_processors - 1) extra particles
-
Daniel Winklehner authored
Major Changes: 1. No more dumping or restarting in LOCAL frame. 2. OPAL-CYCL now recalculates reference* variables before dump and saves in H5 file. 3. OPAL correctly reads reference* values and calculates beta*gamma correctly from Ekin (was factor 1000 wrong before) Note: Transformation of bunch data into local frame must now be done in POSTPROCESSING -> upgrade H5root
-
- 27 Jul, 2014 2 commits
-
-
Tuelin Kaman authored
-
Tuelin Kaman authored
-
- 27 Jun, 2014 1 commit
-
-
gsell authored
- bugfix in orienting the triangles: the STL set-intersection doesn't work as expected with unordered sets. - multi-parted meshes are now supported (but not yet tested) - several variables and methods refactored to improve readability.
-