aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Interpolation.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01Final version for automated performance tests. Last thing to do: run them ↵Gravatar mthevenet 4-64/+79
every week.
2018-01-31performance testsGravatar mthevenet 1-41/+57
2018-01-31minor change in read_run_perfGravatar mthevenet 1-3/+4
2018-01-31Set of automated performance tests, meant to run every week or soGravatar mthevenet 9-159/+942
2018-01-31performance testsGravatar mthevenet 1-0/+28
2018-01-30Added boosted diagnostics examples from atmyers' PR.Gravatar Maxence Thevenet 2-0/+200
2018-01-29only call RedistributeLocal if max_level == 0 (for now)Gravatar Andrew Myers 1-1/+6
2018-01-29use local form of redistribute that doesn't do MPI All-to-All when we can.Gravatar Andrew Myers 3-1/+11
2018-01-23Array to VectorGravatar Weiqun Zhang 1-1/+1
2018-01-04Update documentation on particle initializationGravatar Remi Lehe 2-10/+86
2018-01-04Add documentation on the parameter warpx.cflGravatar Remi Lehe 1-1/+4
2018-01-03Added documentation for plotting the raw fields.Gravatar Remi Lehe 1-0/+17
2018-01-03Fix a few bugs in read_raw_dataGravatar Remi Lehe 1-22/+21
2018-01-03adding to the python wrappers functions for getting the fine and coarse ↵Gravatar atmyers 3-2/+550
patch solutions for E, B, and the current density.
2017-12-13always disable min/max for the boost frame diagnostic fabs.Gravatar Andrew Myers 1-1/+6
2017-12-12Pass the lab frame positions to the BoostedFrameDiagnosticsGravatar Remi Lehe 1-2/+6
2017-12-12Fix read_raw_dataGravatar Remi Lehe 1-1/+1
2017-12-11fix bug I introduced in my last commit.Gravatar Andrew Myers 2-4/+4
2017-12-08Correct error in boosted-frame injectionGravatar Remi Lehe 1-1/+1
2017-12-08only create the directories and such on the IO processorGravatar atmyers 1-10/+13
2017-12-08Correct error in boosted injectionGravatar Remi Lehe 1-1/+1
2017-12-06Clean up for python call backsGravatar Dave Grote 3-75/+80
2017-12-06Added python callbacks, like beforestep etcGravatar Dave Grote 9-329/+602
2017-12-05set header version in ioGravatar Weiqun Zhang 3-9/+24
2017-12-04Fix the initialization of gamma_invGravatar Remi Lehe 1-25/+2
2017-12-04Added WarpXPIC.py back inGravatar Dave Grote 2-0/+51
2017-12-04Fixed Python routines for getting particle dataGravatar Dave Grote 1-6/+16
2017-12-04Added len method to PGroup python classGravatar Dave Grote 1-1/+4
2017-12-04In AMeX.py, allowed writing of command line optionsGravatar Dave Grote 1-2/+14
2017-12-04Make the injection contiguous, even for at the first timestepGravatar Remi Lehe 3-8/+20
2017-11-28Correct number of particles per cell in 2dGravatar Remi Lehe 1-2/+1
2017-11-27adding some more timersGravatar Andrew Myers 2-0/+10
2017-11-272d for the boosted frame diagnostic.Gravatar Andrew Myers 3-13/+39
2017-11-27fix viz script for 2d.Gravatar Andrew Myers 1-1/+5
2017-11-27Take into account comments from @atmyersGravatar Remi Lehe 2-3/+1
2017-11-27Correct installation instructionsGravatar Remi Lehe 1-1/+1
2017-11-27Remove white lines and trailing spacesGravatar Remi Lehe 5-96/+95
2017-11-26Correct error in number of cellsGravatar Remi Lehe 1-1/+1
2017-11-26Fix error in setting boosted direction in 2DGravatar Remi Lehe 1-1/+1
2017-11-22updating the lab frame viz script.Gravatar Andrew Myers 1-9/+12
2017-11-22some diagnostic buffering bug fixes.Gravatar Andrew Myers 4-6/+62
2017-11-22first stab at implementing buffering for the boosted frame diagnosticGravatar Andrew Myers 2-7/+27
2017-11-20Use consistent indexing for the moving window in 2DGravatar Remi Lehe 1-0/+7
2017-11-20Add instructions for pyside-based GUIGravatar Remi Lehe 3-0/+122
2017-11-20Update documentation with visualizationGravatar Remi Lehe 4-3/+100
2017-11-20Update documentationGravatar Remi Lehe 1-3/+3
2017-11-20Indicate boost direction with a letterGravatar Remi Lehe 1-28/+36
2017-11-20Added missing reconciliationGravatar Remi Lehe 1-6/+2
2017-11-20what we are calling velocity in the plot file is really the relativistic ↵Gravatar Andrew Myers 1-6/+6
momentum.
2017-11-20have to use 2 ghost cells in F when both do_dive_cleaning and ↵Gravatar Weiqun Zhang 4-9/+12
do_moving_window are true