aboutsummaryrefslogtreecommitdiff
path: root/Source (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 3-0/+17
2019-08-01remove unused variablesGravatar MaxThevenet 1-3/+0
2019-08-01Merge pull request #236 from ECP-WarpX/addplasmaGravatar MaxThevenet 22-1211/+1587
Reimplement AddPlasma.
2019-07-31Clean unused function Evolve in MultiParticleContainer.cppGravatar Remi Lehe 1-24/+0
2019-07-31Merge pull request #223 from ECP-WarpX/new_gatherGravatar Remi Lehe 8-37/+413
Replace Fortran field gather with C++ version
2019-07-31cleaning suggested in Remi's reviewGravatar MaxThevenet 2-13/+13
2019-07-31comments in PPCGravatar MaxThevenet 1-0/+10
2019-07-31comments in plasma injectorGravatar MaxThevenet 2-0/+22
2019-07-31comment GPUParser and custom density/momentum profilesGravatar MaxThevenet 4-7/+31
2019-07-31comments on all injectorsGravatar MaxThevenet 4-1/+40
2019-07-31fix memory needed in shared memoryGravatar MaxThevenet 2-2/+2
2019-07-31comment union thing for injectorsGravatar MaxThevenet 2-0/+55
2019-07-31Add anonymous namespaceGravatar Remi Lehe 1-33/+34
2019-07-30Apply spectral solver to the fine and coarse patchGravatar Remi Lehe 1-23/+37
2019-07-30forgot one fileGravatar MaxThevenet 1-0/+117
2019-07-30fix merge conflicts devGravatar MaxThevenet 13-685/+1005
2019-07-30some cleaning in current depositionGravatar MaxThevenet 3-318/+232
2019-07-29Merge pull request #160 from ECP-WarpX/push_momentumGravatar MaxThevenet 7-244/+337
Implement particle pusher for momentum in C++
2019-07-29Merge pull request #238 from ECP-WarpX/rm_picsar_depositionGravatar Remi Lehe 1-6/+6
Use WarpX current deposition for laser particles as well
2019-07-28No need to resize random number seeds anymoreGravatar Weiqun Zhang 8-52/+0
2019-07-27typoGravatar MaxThevenet 1-2/+2
2019-07-27clarify comments and clean stuff used for debuggingGravatar MaxThevenet 2-9/+8
2019-07-27user can choose fields and components to dumpGravatar MaxThevenet 3-230/+80
2019-07-26read list of fields from input file. Start writing per-component I/OsGravatar MaxThevenet 3-5/+148
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 6-32/+45
2019-07-26use WarpX current deposition for laser particles as wellGravatar MaxThevenet 1-6/+6
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 23-1209/+1487
branch are squashed into one.
2019-07-24Merge branch 'dev' into push_momentumGravatar Dave Grote 11-861/+1391
2019-07-24Merge pull request #225 from ECP-WarpX/EBpush_to_cppGravatar Remi Lehe 3-281/+515
EB push to cpp
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 9-684/+933
2019-07-24Parser now understands >= , <=, ==, !=, and, or (#230)Gravatar Luca Fedeli 8-580/+876
* Now parser understands <= and >= * Now parser understands <= and >= * Bugfixing * Updated example * Fixed bug * Fixed precedence and added ==, !=, and, or
2019-07-24Merge branch 'dev' into push_momentumGravatar Dave Grote 12-135/+403
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 12-140/+459
2019-07-23remove namespace in headerGravatar MaxThevenet 1-35/+33
2019-07-23Merge branch 'dev' into EBpush_to_cppGravatar Remi Lehe 10-114/+137