aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime comp...Gravatar MaxThevenet 1-10/+2
2019-10-30added comments and corrected error in inputfileGravatar Luca Fedeli 1-1/+77
2019-10-30correct bug and changed strategy to check if a string is emptyGravatar Luca Fedeli 1-9/+6
2019-10-30clearer error messageGravatar Luca Fedeli 1-2/+2
2019-10-30refactoring to comply with new style guidelinesGravatar Luca Fedeli 1-18/+18
2019-10-30now using nspecies_quantum_sync and nspecies_breit_wheelerGravatar Luca Fedeli 1-4/+7
2019-10-30Solved merge conflictGravatar Luca Fedeli 1-143/+22
2019-10-29add comments to explain cudaSynchroniweGravatar MaxThevenet 1-0/+2
2019-10-29call StreamSynchronize at the end of functions where arrays are allocated on GPUGravatar MaxThevenet 1-0/+1
2019-10-29Merge remote-tracking branch 'upstream/dev' into qed_bw_qs_factory_classGravatar Luca Fedeli 1-12/+12
2019-10-28replace 'boosted frame' with 'back-transformed' diagsGravatar MaxThevenet 1-4/+4
2019-10-28resolve merge conflictsGravatar MaxThevenet 1-14/+13
2019-10-25replace 'boosted frame diags' with 'back-transformed diags'Gravatar MaxThevenet 1-12/+12
2019-10-25fixed bugGravatar Luca Fedeli 1-0/+2
2019-10-25Fixing conflictsGravatar Luca Fedeli 1-14/+15
2019-10-25fixed use of shared pointersGravatar Luca Fedeli 1-2/+5
2019-10-23Improved parsing of the inputfileGravatar Luca Fedeli 1-16/+31
2019-10-23Improved parsing of inputfileGravatar Luca Fedeli 1-3/+2
2019-10-23added barriersGravatar Luca Fedeli 1-0/+2
2019-10-23Revert "moved ignore_table_test block at the beginning of InitBW and InitQS m...Gravatar Luca Fedeli 1-15/+14
2019-10-23moved ignore_table_test block at the beginning of InitBW and InitQS methodsGravatar Luca Fedeli 1-14/+15
2019-10-22minor cleaningGravatar Maxence Thevenet 1-2/+1
2019-10-22Added temporary option to override table loadingGravatar Luca Fedeli 1-0/+28
2019-10-22comments and remove typoGravatar Maxence Thevenet 1-9/+10
2019-10-22call RedistributeCPU if runtime components are present, even on GPUGravatar Maxence Thevenet 1-8/+15
2019-10-22Added commentsGravatar Luca Fedeli 1-0/+4
2019-10-21fix ionization on GPU. Compiles and ionization test passesGravatar Maxence Thevenet 1-1/+1
2019-10-21fix conflicts after merging devGravatar Maxence Thevenet 1-4/+26
2019-10-21use RedistributeCPU to avoid issue with runtime components on GPUGravatar Maxence Thevenet 1-2/+2
2019-10-21bugfixingGravatar Luca Fedeli 1-1/+1
2019-10-21bugfixingGravatar Luca Fedeli 1-1/+1
2019-10-21added I) methodsGravatar Luca Fedeli 1-2/+3
2019-10-21added parsing of inputfile for table generationGravatar Luca Fedeli 1-22/+122
2019-10-18progress towards separation of the 'table building' functionGravatar Luca Fedeli 1-8/+8
2019-10-18Code restructuring to isolate boost dependencyGravatar Luca Fedeli 1-10/+10
2019-10-15Added all the functors and some methods to read/write lookup tablesGravatar Luca Fedeli 1-2/+36
2019-10-14Merge with upstream and cleaningGravatar Luca Fedeli 1-4/+4
2019-10-11Fix order of includes in MultiParticleContainer.cppGravatar MaxThevenet 1-4/+4
2019-10-11Style changesGravatar Luca Fedeli 1-2/+2
2019-10-10compiles and gives correct resultGravatar MaxThevenet 1-7/+3
2019-10-10add multiple product species. Does not compileGravatar MaxThevenet 1-2/+10
2019-10-10add commentsGravatar MaxThevenet 1-2/+2
2019-10-10solution with derived classes without templateGravatar MaxThevenet 1-0/+2
2019-10-10WIP to write tables on diskGravatar Luca Fedeli 1-1/+24
2019-10-08Heavy refactoringGravatar Luca Fedeli 1-0/+22
2019-10-01one instance of class elementaryProcess per processGravatar MaxThevenet 1-2/+4
2019-10-01some renaming for clarityGravatar MaxThevenet 1-1/+1
2019-09-30added class particleCreationProcess. Ionization test passesGravatar MaxThevenet 1-2/+2
2019-09-30pass functor to createParticlesGravatar MaxThevenet 1-1/+2
2019-09-30first commit: move particle creation routine in a new fileGravatar MaxThevenet 1-137/+1