aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-01typoGravatar MaxThevenet 1-1/+1
2019-10-01typo: max_level=1 for MR testGravatar MaxThevenet 1-1/+1
2019-09-30forgot to import python package reGravatar MaxThevenet 1-0/+1
2019-09-27typoGravatar MaxThevenet 1-1/+1
2019-09-27add NCI test with MRGravatar MaxThevenet 3-18/+51
2019-09-27use proper flagGravatar MaxThevenet 1-1/+1
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-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 2-9/+23
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-26Added an automated test that does not use MPIGravatar Remi Lehe 1-0/+18
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-25Bug fix for plot_parallel.pyGravatar Dave Grote 1-1/+1
2019-09-25Use explicit floating point operationGravatar Remi Lehe 1-3/+3
2019-09-25SyncCurrent: Disable Tiling for GPUGravatar Axel Huebl 1-2/+2
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
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-24Current Synchronize: Port to GPUGravatar Axel Huebl 5-139/+209
Port the current synchronize functions to GPU.
2019-09-24Doxygen: Update Generator FileGravatar Axel Huebl 1-2/+19
Recursively parse the whole project and add as many pre-defines as possible for maximum code discovery.
2019-09-24Added documentation for min_particles_per_modeGravatar Dave Grote 1-0/+5
2019-09-24Move temporary variables into functionGravatar Remi Lehe 3-11/+7
2019-09-24Updated Examples/Physics_applications/laser_acceleration/inputs.rzGravatar Dave Grote 1-4/+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
2019-09-24Add commentsGravatar Remi Lehe 3-10/+51