Skip to content

Commit 80976f0

Browse files
authored
the 4th order solver should only need 4 ghost cells, not 5 (#248)
this also updates the benchmarks
1 parent c4e9b4c commit 80976f0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyro/compressible_fv4/simulation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ def __init__(self, solver_name, problem_name, rp, *,
99
timers=None, data_class=fv.FV2d):
1010
super().__init__(solver_name, problem_name, rp, timers=timers, data_class=data_class)
1111

12-
def initialize(self, *, extra_vars=None, ng=5):
13-
super().initialize(extra_vars=extra_vars, ng=ng)
14-
1512
def substep(self, myd):
1613
"""
1714
compute the advective source term for the given state
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)