Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ amr.max_level = 0
geometry.dims = 3
geometry.prob_lo = 0 0 0
geometry.prob_hi = 8 8 8
particles.do_tiling = 0
warpx.use_filter = 0
warpx.abort_on_warning_threshold = high

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
warpx.abort_on_warning_threshold = medium
warpx.serialize_initial_conditions = 0
warpx.do_dynamic_scheduling = 0
particles.do_tiling = 0

#################################
##### TIME-DEPENDENT B (particle loader, MULTI) #####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
warpx.abort_on_warning_threshold = medium
warpx.serialize_initial_conditions = 0
warpx.do_dynamic_scheduling = 0
particles.do_tiling = 0


#################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
warpx.abort_on_warning_threshold = medium
warpx.serialize_initial_conditions = 0
warpx.do_dynamic_scheduling = 0
particles.do_tiling = 0

warpx.B_ext_grid_init_style = "read_from_file"
warpx.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
warpx.abort_on_warning_threshold = medium
warpx.serialize_initial_conditions = 0
warpx.do_dynamic_scheduling = 0
particles.do_tiling = 0

particles.B_ext_particle_init_style = "read_from_file"
particles.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ algo.particle_shape = 1
algo.current_deposition = direct

particles.species_names = beam
particles.do_tiling = 1
beam.mass = m_e
beam.charge = -q_e
beam.injection_style = nuniformpercell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
warpx.serialize_initial_conditions = 0
warpx.do_dynamic_scheduling = 0
particles.do_tiling = 0

warpx.B_ext_grid_init_style = "read_from_file"
warpx.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"
Expand Down
Loading