Skip to content

Commit

Permalink
Update default n_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
proy30 committed Sep 13, 2024
1 parent cc63249 commit 9afa1a1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

state.dynamic_size = False
state.max_level = 0
state.n_cell = [32.0, 32.0, 32.0]
state.n_cell = []
state.prob_relative = []
state.particle_shape = 2
state.poisson_solver = "fft"

state.prob_relative_fields = []
state.n_cell_x = ""
state.n_cell_y = ""
state.n_cell_z = ""
state.n_cell_x = 32.0
state.n_cell_y = 32.0
state.n_cell_z = 32.0

# -----------------------------------------------------------------------------
# Helper functions
Expand Down

0 comments on commit 9afa1a1

Please sign in to comment.