aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-02add max plasma densityGravatar MaxThevenet 1-2/+6
2019-08-02remove particles below or above density thresholdsGravatar MaxThevenet 1-0/+12
2019-08-01remove unused variablesGravatar MaxThevenet 1-3/+0
2019-08-01Merge pull request #236 from ECP-WarpX/addplasmaGravatar MaxThevenet 2-605/+285
Reimplement AddPlasma.
2019-07-31Clean unused function Evolve in MultiParticleContainer.cppGravatar Remi Lehe 1-24/+0
2019-07-31cleaning suggested in Remi's reviewGravatar MaxThevenet 2-13/+13
2019-07-31comments in PPCGravatar MaxThevenet 1-0/+10
2019-07-30fix merge conflicts devGravatar MaxThevenet 6-132/+338
2019-07-28No need to resize random number seeds anymoreGravatar Weiqun Zhang 1-9/+0
2019-07-26fix RZ. Now both 2D and RZ give same result as beforeGravatar MaxThevenet 1-3/+3
2019-07-26get rid of Fortran field gather except for RZGravatar MaxThevenet 5-24/+37
2019-07-26Another fix of picsar reference in EvolveGravatar Dave Grote 1-1/+1
2019-07-26Fixed reference to picsar in Evolve profilingGravatar Dave Grote 1-3/+3
2019-07-25For momentum push conversion, create copies of member variables for gpuGravatar grote 1-10/+11
2019-07-24Reimplement AddPlasma. Commits related to AddPlasma in hackathonGravatar Weiqun Zhang 2-603/+282
branch are squashed into one.
2019-07-24use Weiqun convention for function definitionGravatar MaxThevenet 3-48/+48
2019-07-24add some more commentsGravatar MaxThevenet 1-26/+31
2019-07-24add some commentsGravatar MaxThevenet 1-12/+28
2019-07-24forgot a bunch of amrex::Gravatar MaxThevenet 2-3/+3
2019-07-24indent and namespace in field gatherGravatar MaxThevenet 1-128/+130
2019-07-24fix indent and avoid using namespace in CurrentDeposition.H and ShapeFactor.HGravatar MaxThevenet 2-255/+268
2019-07-24Merge branch 'dev' into new_gatherGravatar MaxThevenet 1-104/+57
2019-07-24Merge branch 'dev' into push_momentumGravatar Dave Grote 2-17/+266
2019-07-24Minor clean up for momentum push conversionGravatar grote 1-2/+1
2019-07-24For momentum push conversion, added more constsGravatar Dave Grote 2-22/+22
2019-07-24Bug fixes for rigid injection in conversion of momentum pushGravatar grote 1-17/+17
2019-07-23Reduce duplication in Esirkepov depositionGravatar Remi Lehe 1-104/+57
2019-07-23fix conflicts when merging devGravatar MaxThevenet 2-22/+322
2019-07-23remove namespace in headerGravatar MaxThevenet 1-35/+33
2019-07-23travis_wait and cleanupGravatar Axel Huebl 1-4/+4
add a longer timeout (30min) for the test run without receiving output. also clean up the general implementation to unimplemented.
2019-07-22For Esirkepov conversion, added constsGravatar Dave Grote 1-14/+14
2019-07-22Momentum push conversion clean up for clarity and optimizationGravatar Dave Grote 2-103/+97
2019-07-18Restore spacesGravatar Remi Lehe 1-41/+41
2019-07-18conversion of Esirkepov deposition to c++ minor fixGravatar grote 2-6/+4
2019-07-18conversion of Esirkepov deposition to c++ 2DGravatar grote 1-47/+139
2019-07-18conversion of Esirkepov deposition to c++ bug fixesGravatar grote 1-72/+71
2019-07-18Initial conversion of Esirkepov deposition to c++Gravatar Dave Grote 2-15/+222
2019-07-17fix indentGravatar MaxThevenet 1-1/+1
2019-07-17minor fix. Now RZ should test passesGravatar MaxThevenet 1-2/+2
2019-07-17use old version when running rzGravatar MaxThevenet 1-0/+51
2019-07-17docstring for FieldGether functionGravatar MaxThevenet 1-0/+14
2019-07-17update comments in FieldGather.HGravatar MaxThevenet 1-9/+7
2019-07-17do not need offset in current deposition kernelsGravatar MaxThevenet 1-3/+3
2019-07-17move shape factors to a new fileGravatar MaxThevenet 1-0/+60
2019-07-17field gather function in PPCGravatar MaxThevenet 2-57/+156
2019-07-17add folder for gather kernelsGravatar MaxThevenet 3-0/+178
2019-07-17remove shape factors from current deposition fileGravatar MaxThevenet 1-54/+9
2019-07-17replace FieldGather by FieldGatherFortran to keep old versionGravatar MaxThevenet 5-20/+20
2019-07-17Removed warpx_particle_pusher and other cleanupGravatar Dave Grote 1-6/+6
2019-07-17Convert PushP and RigidPC to c++Gravatar Dave Grote 2-62/+147