aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Remove Fortran BindingGravatar Axel Huebl 1-6/+0
2019-09-26Constructor: Copy Directly into MembersGravatar Axel Huebl 1-1/+5
Avoid double-copy in constructor.
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-25SyncCurrent: Disable Tiling for GPUGravatar Axel Huebl 1-2/+2
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
2019-09-24Current Synchronize: Port to GPUGravatar Axel Huebl 5-139/+209
Port the current synchronize functions to GPU.
2019-09-23Remove trailing spaceGravatar Remi Lehe 1-1/+1
2019-09-23update the docGravatar MaxThevenet 1-3/+16
2019-09-23update example visualization notebookGravatar MaxThevenet 1-156/+55
2019-09-23use read_raw_data functions in tests instead of redefiningGravatar MaxThevenet 2-35/+2
2019-09-23fix and add commentsGravatar MaxThevenet 1-2/+8
2019-09-23make sure splitting works without subcyclingGravatar MaxThevenet 3-3/+5
2019-09-23split particles only during second half-push when subcyclingGravatar MaxThevenet 1-1/+3
2019-09-23Do not pass high and low bounds by referenceGravatar Remi Lehe 2-20/+20
2019-09-23OSX: Tabs2Spaces sed commandGravatar Axel Huebl 1-1/+3
Generalize check and propose working sed script for OSX.
2019-09-23Use managed memory for sigma coefficientsGravatar Remi Lehe 1-1/+1
2019-09-21rename warpx folderGravatar Maxence Thevenet 1-1/+1
2019-09-20Fix boosted-frame + subcycling with rigid injectionGravatar Remi Lehe 1-1/+1
2019-09-20typoGravatar MaxThevenet 1-2/+2
2019-09-20cleaningGravatar MaxThevenet 1-1/+0
2019-09-20fix particle splittingGravatar MaxThevenet 2-6/+7
2019-09-20Fix lab-frame diagnostics for rigid injected species with subcyclingGravatar Remi Lehe 1-1/+1
2019-09-20remove eolGravatar MaxThevenet 1-2/+2
2019-09-20replace linear ramp with cos-like rampGravatar MaxThevenet 1-2/+4
2019-09-20slight change in current in bilinear filter test, as physics constant values ↵Gravatar MaxThevenet 1-3/+11
changed
2019-09-19always compile automated tests with OpenMPGravatar MaxThevenet 1-6/+6
2019-09-19cleaningGravatar MaxThevenet 1-2/+0
2019-09-19do not store old attribs in second particle push when subcyclingGravatar MaxThevenet 15-41/+54
2019-09-19Add CODATA version in descriptionGravatar MaxThevenet 1-2/+2
2019-09-19typoGravatar MaxThevenet 1-1/+1
2019-09-19add comment: values from NISTGravatar MaxThevenet 1-1/+2
2019-09-19use NIST data for physical constantGravatar MaxThevenet 2-8/+8
2019-09-19Added plot_particle_evolution in plot_parallel.pyGravatar Dave Grote 1-13/+53
2019-09-19Various updates to plot_parallel.pyGravatar Dave Grote 1-30/+41
2019-09-19plot_parallel.py now defaults to run in parallelGravatar Dave Grote 1-5/+9
2019-09-19Add function descriptionsGravatar MaxThevenet 1-1/+3
2019-09-19Update check.pyGravatar MaxThevenet 1-1/+1
2019-09-19Fixed EOL spacesGravatar Luca Fedeli 2-34/+34
2019-09-19Now check.py can also re-generate the inputfileGravatar Luca Fedeli 2-115/+184
2019-09-19Removed unwanted lineGravatar Luca Fedeli 1-1/+0
2019-09-19Reverted unwanted changeGravatar Luca Fedeli 1-127/+13
2019-09-18Various clean up in plot_parallel.pyGravatar Dave Grote 1-29/+32
2019-09-18Generalized plot_Ey_max_evolution in plot_parallel.pyGravatar Dave Grote 1-10/+10
2019-09-18Bug fix in plot_parallel.py for matplotlibGravatar Dave Grote 1-4/+4
2019-09-18Revamped how plot_parallel.py does the parallel workGravatar Dave Grote 1-73/+44
2019-09-18plot_parallel should save results in simulation directoryGravatar MaxThevenet 1-1/+1
2019-09-18BugfixGravatar Luca Fedeli 1-0/+1
2019-09-18Changed test nameGravatar Luca Fedeli 1-1/+1
2019-09-18Taking output file from command lineGravatar Luca Fedeli 3-15/+131
2019-09-18BugfixingGravatar Luca Fedeli 1-0/+1