aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Gravatar Luca Fedeli 1-15/+14
methods" This reverts commit e74d1f6c7326dfceac938d504af66fd58b946ce2.
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
2019-09-26fix types, amrex::Real and amrex::ParticleRealGravatar Weiqun Zhang 1-4/+4
2019-09-19do not store old attribs in second particle push when subcyclingGravatar MaxThevenet 1-2/+2
2019-09-12Fix newly introduced EOLGravatar Axel Huebl 1-1/+1
2019-09-12remove QED specifics, they will be included in later PRsGravatar MaxThevenet 1-33/+3
2019-09-12manually fix merge conflicts with devGravatar MaxThevenet 1-14/+25
2019-09-11Source: tabs2spacesGravatar Axel Huebl 1-2/+2
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines.
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-23/+23
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ```
2019-09-10Clean Up Deposit on MainGravatar Axel Huebl 1-5/+5
Just some small renamings, doc strings and clean-ups for deposit on main grid.
2019-09-09Particles: gather_from_main_gridGravatar Axel Huebl 1-0/+11
Support gather for individual particle species from the main grid. Very much based on the similar option for deposition :)
2019-09-05fix merge conflictsGravatar MaxThevenet 1-1/+1