Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-01 | typo | 1 | -1/+1 | ||
2019-10-01 | typo: max_level=1 for MR test | 1 | -1/+1 | ||
2019-09-30 | forgot to import python package re | 1 | -0/+1 | ||
2019-09-27 | typo | 1 | -1/+1 | ||
2019-09-27 | add NCI test with MR | 3 | -18/+51 | ||
2019-09-27 | use proper flag | 1 | -1/+1 | ||
2019-09-27 | stop using l_lower_order_in_v for NCIGodfreyFilter | 3 | -19/+6 | ||
2019-09-27 | Rename, Profile & Remove TODO | 3 | -21/+22 | ||
2019-09-27 | fix error in table name | 1 | -2/+2 | ||
2019-09-27 | EOL whitespace | 1 | -1/+1 | ||
2019-09-27 | ahem... remove declaration of undefined function | 1 | -4/+2 | ||
2019-09-27 | use m_ convention in all members of class NCIGodfreyFilter | 3 | -29/+29 | ||
2019-09-27 | add description to NCI tables | 1 | -4/+14 | ||
2019-09-27 | add documentation | 2 | -4/+25 | ||
2019-09-27 | Explicitly initialize Godfrey filter without nodal gather | 3 | -5/+7 | ||
2019-09-27 | update NCIGodfreyFilter constructor | 1 | -10/+39 | ||
2019-09-27 | add NCI filter table for momentum-conserving gather | 1 | -207/+415 | ||
2019-09-27 | Change the default gather buffer size | 2 | -9/+23 | ||
2019-09-26 | Remove Fortran Binding | 1 | -6/+0 | ||
2019-09-26 | eol whitespace | 1 | -1/+1 | ||
2019-09-26 | fix syntax for doxygen documentation | 1 | -1/+2 | ||
2019-09-26 | Warning: Unused Vars in PML | 1 | -2/+0 | ||
Fix some unused variables on the PML implementation. | |||||
2019-09-26 | Added an automated test that does not use MPI | 1 | -0/+18 | ||
2019-09-26 | eol whitespace | 2 | -19/+19 | ||
2019-09-26 | add comments | 2 | -1/+20 | ||
2019-09-26 | use clearer argument names | 2 | -125/+87 | ||
2019-09-26 | put NCI filter into a separate function | 2 | -51/+88 | ||
2019-09-26 | fix types for RZ | 1 | -3/+3 | ||
2019-09-26 | fix types, amrex::Real and amrex::ParticleReal | 38 | -347/+355 | ||
2019-09-26 | Constructor: Copy Directly into Members | 1 | -1/+5 | ||
Avoid double-copy in constructor. | |||||
2019-09-26 | Resolving conflict in Source/Make.WarpX (#410) | 1 | -4/+0 | ||
* Changing the output directory for the boosted frame diag tests from lab_frame_diag/ to lab_frame_diag/snapshots/ * resolving a conflict in Source/Make.WarpX. Using lower case for libraries += -lhdf5 -lz * reverting path of labframe data files similar to that in the dev file. | |||||
2019-09-26 | Allow compilation of WarpX without MPI | 1 | -0/+4 | ||
2019-09-25 | Little Cleanups | 1 | -3/+3 | ||
2019-09-25 | Functor: Add Missing Const Qualifier | 1 | -2/+2 | ||
Also, make the operator() device-only. | |||||
2019-09-25 | Bug fix for plot_parallel.py | 1 | -1/+1 | ||
2019-09-25 | Use explicit floating point operation | 1 | -3/+3 | ||
2019-09-25 | SyncCurrent: Disable Tiling for GPU | 1 | -2/+2 | ||
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov> | |||||
2019-09-25 | fix EOL whitespaces | 1 | -1/+1 | ||
2019-09-25 | comments | 1 | -1/+6 | ||
2019-09-25 | spacing between split particles depends on PPC | 1 | -10/+17 | ||
2019-09-24 | Current Synchronize: Port to GPU | 5 | -139/+209 | ||
Port the current synchronize functions to GPU. | |||||
2019-09-24 | Doxygen: Update Generator File | 1 | -2/+19 | ||
Recursively parse the whole project and add as many pre-defines as possible for maximum code discovery. | |||||
2019-09-24 | Added documentation for min_particles_per_mode | 1 | -0/+5 | ||
2019-09-24 | Move temporary variables into function | 3 | -11/+7 | ||
2019-09-24 | Updated Examples/Physics_applications/laser_acceleration/inputs.rz | 1 | -4/+7 | ||
2019-09-24 | Fixed explicit value of pi in LaserParticleContainer.cpp | 1 | -1/+1 | ||
2019-09-24 | Fixed indentation in LaserParticleContainer.cpp | 1 | -97/+97 | ||
2019-09-24 | Fixed bug in AddNParticles with RZ | 1 | -1/+1 | ||
2019-09-24 | Fixed bug in RZ push of Bx | 1 | -6/+5 | ||
2019-09-24 | Add comments | 3 | -10/+51 | ||