Skip to content

Commit c190edd

Browse files
committed
modify FPPS example
1 parent 75b6106 commit c190edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

000_test_round_chamber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
picFD = PIC_FD.FiniteDifferences_Staircase_SquareGrid(chamb = chamber, Dh = Dh)
2323
picFDSW = PIC_FDSW.FiniteDifferences_ShortleyWeller_SquareGrid(chamb = chamber, Dh = Dh)
2424
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')
25+
picFPPS = PIC_FPPS(200,200,a=R_cham,solverType='Uniform')
2626

2727
# generate particles
2828
x_part = R_charge*(2.*rand(N_part_gen)-1.)

0 commit comments

Comments
 (0)