Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Jul 31, 2024
1 parent 81687fb commit d5fe49f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Examples/Tests/Implicit/PICMI_inputs_vandb_jfnk_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@
period = diagnostic_intervals,
data_list = ['Ex', 'Ey', 'Ez', 'Bx', 'By', 'Bz', 'Jx', 'Jy', 'Jz', 'rho', 'divE'],
write_dir = '.',
warpx_file_prefix = 'ThetaImplicitJFNK_VandB_2d_PICMI')
warpx_file_prefix = 'ThetaImplicitJFNK_VandB_2d_PICMI_plt')

part_diag1 = picmi.ParticleDiagnostic(name = 'diag1',
period = diagnostic_intervals,
species = [electrons, protons],
data_list = ['weighting', 'position', 'momentum'])
data_list = ['weighting', 'position', 'momentum'],
write_dir = '.',
warpx_file_prefix = 'ThetaImplicitJFNK_VandB_2d_PICMI_plt')

particle_energy_diag = picmi.ReducedDiagnostic(diag_type = 'ParticleEnergy',
name = 'particle_energy',
Expand Down

0 comments on commit d5fe49f

Please sign in to comment.