Skip to content

Commit

Permalink
Update input_thermal.in
Browse files Browse the repository at this point in the history
Reduce thermal resolution again.
  • Loading branch information
cemitch99 authored Oct 26, 2023
1 parent 067c2e2 commit 93dbb4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/epac2004_benchmarks/input_thermal.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ constf1.kx = 6.283185307179586
constf1.ky = 6.283185307179586
constf1.kt = 6.283185307179586
#constf1.nslice = 400 #full resolution
constf1.nslice = 100
constf1.nslice = 50


###############################################################################
Expand All @@ -35,7 +35,8 @@ constf1.nslice = 100
algo.particle_shape = 2
algo.space_charge = true

amr.n_cell = 128 128 128
#amr.n_cell = 128 128 128 #full resolution
amr.n_cell = 64 64 64
geometry.prob_relative = 3.0

###############################################################################
Expand Down

0 comments on commit 93dbb4d

Please sign in to comment.