Skip to content

Commit e2711a3

Browse files
authored
remove some unused parameters from compressible_sdc (#333)
1 parent 229f64a commit e2711a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyro/compressible_sdc/_defaults

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ delta = 0.33 ; flattening delta parameter
1515

1616
cvisc = 0.1 ; artificial viscosity coefficient
1717

18-
limiter = 2 ; limiter (0 = none, 1 = 2nd order, 2 = 4th order)
19-
20-
temporal_method = RK4 ; integration method (see mesh/integration.py)
21-
2218
grav = 0.0 ; gravitational acceleration (in y-direction)
2319

2420
riemann = CGF

0 commit comments

Comments
 (0)