We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b6106 commit c190eddCopy full SHA for c190edd
000_test_round_chamber.py
@@ -22,7 +22,7 @@
22
picFD = PIC_FD.FiniteDifferences_Staircase_SquareGrid(chamb = chamber, Dh = Dh)
23
picFDSW = PIC_FDSW.FiniteDifferences_ShortleyWeller_SquareGrid(chamb = chamber, Dh = Dh)
24
picFFT = PIC_FFT.FFT_OpenBoundary_SquareGrid(x_aper = chamber.x_aper, y_aper = chamber.y_aper, Dh = Dh, fftlib='pyfftw')
25
-picFPPS = PIC_FPPS(1,1000,a=R_cham,solverType='Uniform')
+picFPPS = PIC_FPPS(200,200,a=R_cham,solverType='Uniform')
26
27
# generate particles
28
x_part = R_charge*(2.*rand(N_part_gen)-1.)
0 commit comments