aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2019-09-02fix conflicts when merging devGravatar MaxThevenet 1-49/+259
2019-08-27Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-20/+0
2019-08-22Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-1/+255
2019-08-21merging with devGravatar Andrew Myers 1-1/+255
2019-08-21reimplement the boosted frame diagnostics without the runtime componentsGravatar Andrew Myers 1-20/+0
2019-08-21add comments and make sure charge=q_e for ionizable speciesGravatar MaxThevenet 1-1/+8
2019-08-09Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-27/+4
2019-08-08final minor cleaningGravatar MaxThevenet 1-3/+3
2019-08-08use Weiqun's convention: space before brackets for function declaration and ↵Gravatar MaxThevenet 1-5/+5
definition
2019-08-08add few commentsGravatar MaxThevenet 1-0/+2
2019-08-08catch errors in inputsGravatar MaxThevenet 1-5/+6
2019-08-08add some const, and remove unnecessary includesGravatar MaxThevenet 1-5/+0
2019-08-07exclusive_scan requires ManagedDeviceVectorGravatar Maxence Thevenet 1-3/+3
2019-08-07merge conflictsGravatar MaxThevenet 1-5/+5
2019-08-07use amrex::inclusive_scan for portabilityGravatar MaxThevenet 1-10/+16
2019-08-07add profile data, remove typo in exampleGravatar Maxence Thevenet 1-1/+3
2019-08-07cleaning, remote outdated functionsGravatar MaxThevenet 1-8/+1
2019-08-07remove copy of old attribs, use current values instead for simplicityGravatar MaxThevenet 1-38/+14
2019-08-07use c++ deposition by default. includes old attribsGravatar MaxThevenet 1-23/+5
2019-08-06escape if no ionized particleGravatar MaxThevenet 1-2/+28
2019-08-06cleaning, and add capability for boosted frame runtime particle componentsGravatar MaxThevenet 1-128/+190
2019-08-05get dt from WarpX instance, to initialize ionization prefactorsGravatar MaxThevenet 1-21/+24
2019-08-05typoGravatar MaxThevenet 1-1/+1
2019-08-04minor cleaningGravatar MaxThevenet 1-1/+0
2019-08-04add target species handlingGravatar MaxThevenet 1-2/+153
2019-08-03add ionization initializationGravatar MaxThevenet 1-0/+51
2019-07-31Clean unused function Evolve in MultiParticleContainer.cppGravatar Remi Lehe 1-24/+0
2019-07-26get rid of Fortran field gather except for RZGravatar MaxThevenet 1-4/+5
2019-07-24use Weiqun convention for function definitionGravatar MaxThevenet 1-1/+1
2019-07-17replace FieldGather by FieldGatherFortran to keep old versionGravatar MaxThevenet 1-4/+4
2019-06-11Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-2/+0
2019-06-04merging with devGravatar Andrew Myers 1-2/+0
2019-06-03Added function to initialize the optical depth (still crashing)Gravatar Luca Fedeli 1-4/+5
2019-06-03Added a wrapper for BW engineGravatar Luca Fedeli 1-5/+7
2019-06-03Moved addition of tau component into PhotonParticleContainerGravatar Luca Fedeli 1-7/+0
2019-06-03now WARPX_QED is defined via makefileGravatar Luca Fedeli 1-2/+2
2019-06-03can't add a tau component to photons (it crashes :-( )Gravatar Luca Fedeli 1-0/+7
2019-06-03corrected bugsGravatar Luca Fedeli 1-4/+4
2019-06-03corrected bug & moved bw_engine completely in MultiParticleContaineGravatar Luca Fedeli 1-0/+5
2019-06-03bw engine is now initialized in the MultiParticleContainer objectGravatar Luca Fedeli 1-0/+21