aboutsummaryrefslogtreecommitdiff
path: root/Source (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-30Rho Synchronize: Port to GPUGravatar Axel Huebl 5-88/+143
Port the charge density synchronize functions to GPU.
2019-09-27Merge pull request #416 from MaxThevenet/nci_centeredGravatar MaxThevenet 5-236/+491
NCI Godfrey filtered for nodal gather
2019-09-27use proper flagGravatar MaxThevenet 1-1/+1
2019-09-27Merge pull request #402 from ax3l/topic-currentSyncF2CGravatar Remi Lehe 5-149/+218
Current Synchronize: Port to GPU
2019-09-27stop using l_lower_order_in_v for NCIGodfreyFilterGravatar MaxThevenet 3-19/+6
2019-09-27Rename, Profile & Remove TODOGravatar Axel Huebl 3-21/+22
2019-09-27fix error in table nameGravatar MaxThevenet 1-2/+2
2019-09-27EOL whitespaceGravatar MaxThevenet 1-1/+1
2019-09-27ahem... remove declaration of undefined functionGravatar MaxThevenet 1-4/+2
2019-09-27use m_ convention in all members of class NCIGodfreyFilterGravatar MaxThevenet 3-29/+29
2019-09-27Merge pull request #413 from MaxThevenet/clean_nciGravatar Remi Lehe 2-99/+118
Move NCI filter to separate function
2019-09-27Merge pull request #407 from RemiLehe/allow_on_mpiGravatar MaxThevenet 1-0/+4
Allow compilation of WarpX without MPI
2019-09-27Merge pull request #415 from ECP-WarpX/change_default_bufferGravatar MaxThevenet 1-1/+9
Change the default gather buffer size
2019-09-27Merge pull request #412 from WeiqunZhang/fix-floatGravatar MaxThevenet 38-350/+358
fix types, amrex::Real and amrex::ParticleReal
2019-09-27add description to NCI tablesGravatar MaxThevenet 1-4/+14
2019-09-27add documentationGravatar MaxThevenet 2-4/+25
2019-09-27Explicitly initialize Godfrey filter without nodal gatherGravatar MaxThevenet 3-5/+7
2019-09-27update NCIGodfreyFilter constructorGravatar MaxThevenet 1-10/+39
2019-09-27add NCI filter table for momentum-conserving gatherGravatar MaxThevenet 1-207/+415
2019-09-27Change the default gather buffer sizeGravatar Remi Lehe 1-1/+9
2019-09-26Merge pull request #408 from ax3l/fix-unusedVarPMLGravatar Remi Lehe 1-2/+0
Warning: Unused Vars in PML
2019-09-26Remove Fortran BindingGravatar Axel Huebl 1-6/+0
2019-09-26eol whitespaceGravatar MaxThevenet 1-1/+1
2019-09-26fix syntax for doxygen documentationGravatar MaxThevenet 1-1/+2
2019-09-26Warning: Unused Vars in PMLGravatar Axel Huebl 1-2/+0
Fix some unused variables on the PML implementation.
2019-09-26eol whitespaceGravatar MaxThevenet 2-19/+19
2019-09-26add commentsGravatar MaxThevenet 2-1/+20
2019-09-26use clearer argument namesGravatar MaxThevenet 2-125/+87
2019-09-26put NCI filter into a separate functionGravatar MaxThevenet 2-51/+88
2019-09-26fix types for RZGravatar Weiqun Zhang 1-3/+3
2019-09-26fix types, amrex::Real and amrex::ParticleRealGravatar Weiqun Zhang 38-347/+355
2019-09-26Constructor: Copy Directly into MembersGravatar Axel Huebl 1-1/+5
Avoid double-copy in constructor.
2019-09-26Resolving conflict in Source/Make.WarpX (#410)Gravatar Revathi Jambunathan 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-26Allow compilation of WarpX without MPIGravatar Remi Lehe 1-0/+4
2019-09-25Little CleanupsGravatar Axel Huebl 1-3/+3
2019-09-25Functor: Add Missing Const QualifierGravatar Axel Huebl 1-2/+2
Also, make the operator() device-only.
2019-09-25Use explicit floating point operationGravatar Remi Lehe 1-3/+3
2019-09-25Merge pull request #404 from MaxThevenet/splitting_spacingGravatar Remi Lehe 1-10/+22
Splitting spacing
2019-09-25SyncCurrent: Disable Tiling for GPUGravatar Axel Huebl 1-2/+2
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
2019-09-25Merge pull request #397 from dpgrote/RZ_laserGravatar MaxThevenet 4-106/+138
Implementing the laser in RZ
2019-09-25fix EOL whitespacesGravatar MaxThevenet 1-1/+1
2019-09-25commentsGravatar MaxThevenet 1-1/+6
2019-09-25spacing between split particles depends on PPCGravatar MaxThevenet 1-10/+17
2019-09-24Merge pull request #396 from RemiLehe/isolate_partitionGravatar Remi Lehe 5-99/+174
Create dedicated method for partition in buffers
2019-09-24Current Synchronize: Port to GPUGravatar Axel Huebl 5-139/+209
Port the current synchronize functions to GPU.
2019-09-24Move temporary variables into functionGravatar Remi Lehe 3-11/+7
2019-09-24Fixed explicit value of pi in LaserParticleContainer.cppGravatar Dave Grote 1-1/+1
2019-09-24Fixed indentation in LaserParticleContainer.cppGravatar Dave Grote 1-97/+97
2019-09-24Fixed bug in AddNParticles with RZGravatar Dave Grote 1-1/+1
2019-09-24Fixed bug in RZ push of BxGravatar Dave Grote 1-6/+5