aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-28No need to resize random number seeds anymoreGravatar Weiqun Zhang 1-9/+0
2019-07-24Reimplement AddPlasma. Commits related to AddPlasma in hackathonGravatar Weiqun Zhang 1-590/+280
2019-07-15fix indentation in physicalparticlecontainer.cpp, couldn't readGravatar MaxThevenet 1-294/+294
2019-07-15Merge pull request #207 from ECP-WarpX/deposition_cppGravatar Remi Lehe 1-10/+23
2019-07-12Corrected typo of xold incorrect repetition.Gravatar Diana Amorim 1-2/+2
2019-07-11option use_picsar_depositionGravatar MaxThevenet 1-9/+23
2019-07-11remove print statementsGravatar MaxThevenet 1-1/+0
2019-07-10Changed name of function to copy_attribs()Gravatar Diana Amorim 1-2/+2
2019-07-10Fixed segfault error.Gravatar Diana Amorim 1-14/+13
2019-07-09Attempt to fix segfault issue - Unsuccessful. Tested alternatives to <Real* A...Gravatar Diana Amorim 1-10/+12
2019-07-09Changed warpx_copy_attribs function from F90 to CPP inside PhysicalParticleCo...Gravatar Diana Amorim 1-17/+39
2019-07-08bug when tiling on CPUGravatar MaxThevenet 1-1/+1
2019-07-08number of guard cells in current j multifabGravatar MaxThevenet 1-5/+7
2019-07-07avoid duplication in current deposition when using buffersGravatar MaxThevenet 1-2/+8
2019-06-16Turn off FAB_IS_MANAGEDGravatar Weiqun Zhang 1-12/+16
2019-06-03Merge branch 'dev' into symmetrize_beamGravatar Remi Lehe 1-68/+49
2019-05-28typosGravatar MaxThevenet 1-2/+3
2019-05-28fix issue for symmetric beamGravatar MaxThevenet 1-3/+5
2019-05-28Merge branch 'dev' into clean_godfreyGravatar MaxThevenet 1-3/+0
2019-05-27typoGravatar MaxThevenet 1-1/+1
2019-05-24add docGravatar MaxThevenet 1-0/+3
2019-05-24option do symmetrize gaussian particle beamGravatar MaxThevenet 1-31/+60
2019-05-23fix a bunch of unused variable / parameter shadowing warningsGravatar Andrew Myers 1-3/+0
2019-05-17Merge branch 'dev' into clean_godfreyGravatar MaxThevenet 1-5/+40
2019-05-12cleaning (remove print statements etc.)Gravatar MaxThevenet 1-2/+0
2019-05-12old attribs not allocated if species not BFDGravatar MaxThevenet 1-7/+5
2019-05-12only selected species BFD-dumped, but all old attribs initializedGravatar MaxThevenet 1-3/+6
2019-05-12debuggingGravatar MaxThevenet 1-0/+2
2019-05-10lab diags is a species argument. add commentsGravatar MaxThevenet 1-6/+9
2019-05-09some cleaningGravatar MaxThevenet 1-3/+1
2019-05-09Can select particle quantities to dumpGravatar MaxThevenet 1-14/+27
2019-05-09move particle plot options to PPCGravatar MaxThevenet 1-0/+20
2019-05-08remove redundant Elixir declarationGravatar MaxThevenet 1-1/+0
2019-05-08further cleaning and fix bug when using MRGravatar MaxThevenet 1-16/+13
2019-05-08Add commentsGravatar MaxThevenet 1-2/+20
2019-05-08fixes, and add calls to the filterGravatar MaxThevenet 1-126/+15
2019-05-08Merge branch 'dev' into clean_godfreyGravatar MaxThevenet 1-3/+15
2019-05-08Apply new C++ NCI filter. OK in 2DGravatar MaxThevenet 1-6/+44
2019-05-07NCI filter initialized. See how to apply itGravatar MaxThevenet 1-0/+40
2019-05-07continuous injection working + commentsGravatar MaxThevenet 1-7/+6
2019-05-07consistent continuous injection for PhysicalParticle and LaserParticleGravatar MaxThevenet 1-3/+16
2019-04-29make sure we initialize the new particle components for all the different pat...Gravatar Andrew Myers 1-0/+12
2019-04-29replace the compile time checks used for the old particle attributes with run...Gravatar Andrew Myers 1-33/+38
2019-04-29remove the compilation flag for STORE_OLD_PARTICLE_ATTRIBS - this can be done...Gravatar Andrew Myers 1-11/+6
2019-04-18Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-10/+6
2019-04-11Switch over to using Array4 in PPC::Evolve, which didn't exist when we first ...Gravatar Andrew Myers 1-4/+0
2019-04-08Bug fixes in AddPlasma for RZGravatar Dave Grote 1-17/+35
2019-03-12Implementation of axisymmetric solver, mode 0 onlyGravatar Dave Grote 1-2/+41
2019-03-08DeviceVector -> ManagedDeviceVectorGravatar Andrew Myers 1-6/+6
2019-03-06Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-0/+1941