aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2019-06-03added bw_engine object as a public member of MultiParticleContainerGravatar Luca Fedeli 1-17/+22
2019-05-17Merge branch 'dev' into clean_godfreyGravatar MaxThevenet 1-11/+38
2019-05-16Full implementation of the multimode RZ solverGravatar Dave Grote 1-1/+1
2019-05-16Photons are derived class from PhysicalParticleContainerGravatar MaxThevenet 1-1/+18
2019-05-13more consistent names: BFD everywhereGravatar MaxThevenet 1-9/+9
2019-05-12cleaning (remove print statements etc.)Gravatar MaxThevenet 1-21/+0
2019-05-12old attribs not allocated if species not BFDGravatar MaxThevenet 1-2/+5
2019-05-12only selected species BFD-dumped, but all old attribs initializedGravatar MaxThevenet 1-7/+12
2019-05-12debuggingGravatar MaxThevenet 1-0/+1
2019-05-11some debuggingGravatar MaxThevenet 1-3/+10