Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | Rho Synchronize: Port to GPU | 5 | -88/+143 | ||
Port the charge density synchronize functions to GPU. | |||||
2019-09-27 | Merge pull request #416 from MaxThevenet/nci_centered | 5 | -236/+491 | ||
NCI Godfrey filtered for nodal gather | |||||
2019-09-27 | use proper flag | 1 | -1/+1 | ||
2019-09-27 | Merge pull request #402 from ax3l/topic-currentSyncF2C | 5 | -149/+218 | ||
Current Synchronize: Port to GPU | |||||
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 | Merge pull request #413 from MaxThevenet/clean_nci | 2 | -99/+118 | ||
Move NCI filter to separate function | |||||
2019-09-27 | Merge pull request #407 from RemiLehe/allow_on_mpi | 1 | -0/+4 | ||
Allow compilation of WarpX without MPI | |||||
2019-09-27 | Merge pull request #415 from ECP-WarpX/change_default_buffer | 1 | -1/+9 | ||
Change the default gather buffer size | |||||
2019-09-27 | Merge pull request #412 from WeiqunZhang/fix-float | 38 | -350/+358 | ||
fix types, amrex::Real and amrex::ParticleReal | |||||
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 | 1 | -1/+9 | ||
2019-09-26 | Merge pull request #408 from ax3l/fix-unusedVarPML | 1 | -2/+0 | ||
Warning: Unused Vars in PML | |||||
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 | 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 | Use explicit floating point operation | 1 | -3/+3 | ||
2019-09-25 | Merge pull request #404 from MaxThevenet/splitting_spacing | 1 | -10/+22 | ||
Splitting spacing | |||||
2019-09-25 | SyncCurrent: Disable Tiling for GPU | 1 | -2/+2 | ||
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov> | |||||
2019-09-25 | Merge pull request #397 from dpgrote/RZ_laser | 4 | -106/+138 | ||
Implementing the laser in RZ | |||||
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 | Merge pull request #396 from RemiLehe/isolate_partition | 5 | -99/+174 | ||
Create dedicated method for partition in buffers | |||||
2019-09-24 | Current Synchronize: Port to GPU | 5 | -139/+209 | ||
Port the current synchronize functions to GPU. | |||||
2019-09-24 | Move temporary variables into function | 3 | -11/+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 | ||