Skip to content

Commit

Permalink
Merge branch 'custom_coef_solver' of github.com:cdmccombs/WarpX into …
Browse files Browse the repository at this point in the history
…custom_coef_solver
  • Loading branch information
RemiLehe committed Mar 3, 2025
2 parents f5c8e25 + 0e440de commit b605866
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
FILE = inputs_base_3d

algo.maxwell_solver = customcoef
warpx.cfl = 0.5

algo.custom_coef_upward_stencil_z = 0.5 0.1666666
algo.custom_coef_downward_stencil_z = 1 0

algo.custom_coef_upward_stencil_x = 0.5 0.1666666
algo.custom_coef_downward_stencil_x = 1 0

algo.custom_coef_upward_stencil_y = 0.5 0.1666666
algo.custom_coef_downward_stencil_y = 1 0
Loading

0 comments on commit b605866

Please sign in to comment.