Skip to content

Commit

Permalink
the 4th order solver should only need 4 ghost cells, not 5 (#248)
Browse files Browse the repository at this point in the history
this also updates the benchmarks
  • Loading branch information
zingale authored Sep 5, 2024
1 parent c4e9b4c commit 80976f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyro/compressible_fv4/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ def __init__(self, solver_name, problem_name, rp, *,
timers=None, data_class=fv.FV2d):
super().__init__(solver_name, problem_name, rp, timers=timers, data_class=data_class)

def initialize(self, *, extra_vars=None, ng=5):
super().initialize(extra_vars=extra_vars, ng=ng)

def substep(self, myd):
"""
compute the advective source term for the given state
Expand Down
Binary file modified pyro/compressible_fv4/tests/acoustic_pulse_0160.h5
Binary file not shown.
Binary file modified pyro/compressible_sdc/tests/acoustic_pulse_0160.h5
Binary file not shown.

0 comments on commit 80976f0

Please sign in to comment.