Skip to content

Commit

Permalink
remove some unused parameters from compressible_sdc (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jan 25, 2025
1 parent 229f64a commit e2711a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyro/compressible_sdc/_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ delta = 0.33 ; flattening delta parameter

cvisc = 0.1 ; artificial viscosity coefficient

limiter = 2 ; limiter (0 = none, 1 = 2nd order, 2 = 4th order)

temporal_method = RK4 ; integration method (see mesh/integration.py)

grav = 0.0 ; gravitational acceleration (in y-direction)

riemann = CGF
Expand Down

0 comments on commit e2711a3

Please sign in to comment.