- Oct 20, 2014
-
-
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
-
- Oct 18, 2014
-
-
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
-
- Oct 16, 2014
- Oct 15, 2014
-
-
Tuelin Kaman authored
For ParallelT method: If BoundaryGeometry is allocated, use it for the iterative solver in a field free region
-
- Oct 09, 2014
-
-
ext-winkle_d authored
Fixed small issue with singleParticleDump not working correctly in CyclotronTracker in RK-4 mode, made combined LF-2/RK-4 tracker default
-
- Oct 08, 2014
-
-
kraus authored
fix problem when many sections are glued together
-
- Oct 07, 2014
-
-
kraus authored
- improve check if sections are glued together
-
ext-winkle_d 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.
-
- Sep 29, 2014
-
-
ext-winkle_d authored
-
ext-winkle_d authored
-
- Sep 26, 2014
-
-
gsell authored
-
- Sep 25, 2014
-
-
ext-winkle_d authored
Cosmetics, Typos and a bugfix in calculateBeamParameters_cycl() where the energy would always be 0 and thus the emittance inf
-
- Sep 23, 2014
-
-
ext-winkle_d authored
-
- Sep 19, 2014
-
-
Xiaoying Pang authored
xpang: fixed a bug in CSRWakefunction.cpp and added CSRIGFWakefunction.cpp for the integrated green function method
-
Tuelin Kaman authored
Injector2 runs are terminated normally now. MPI_File_write_at function was called after MPI_FINALIZE
-
- Sep 17, 2014
-
-
Tuelin Kaman authored
Delete object of abstract class to finalize the run properly -Use smart reference-counted pointer class for dynamic memory management to avoid memory leak
-
ext-rogers_c authored
-
ext-winkle_d authored
Fixed some issues with new asignment operators in variable RF cavities that prevented gcc from compiling on merlin PLEASE DOUBLE-CHECK
-
ext-winkle_d authored
-
ext-rogers_c authored
-
- Sep 12, 2014
-
-
ext-winkle_d 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.
-
- Sep 11, 2014
-
-
Tuelin Kaman authored
-
- Sep 10, 2014
-
-
ext-winkle_d authored
Cosmetics, Typo, and an indexing error in Distribution.cpp that lead to (n_processors - 1) extra particles
-
ext-winkle_d 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
-
- Sep 09, 2014
-
-
adelmann authored
-
- Sep 05, 2014
-
-
gsell authored
-
- Sep 01, 2014
-
-
ext-winkle_d authored
-
ext-winkle_d authored
Some refactoring and more comments for computeSelfFields_cycl(), fixed missing gamma factor for electric field -DW
-
- Aug 31, 2014
-
-
Tuelin Kaman authored
-
- Jul 31, 2014
-
-
adelmann authored
-
- Jul 30, 2014
- Jul 28, 2014
- Jul 27, 2014
-
-
Tuelin Kaman authored
-