Skip to content

Commit

Permalink
Reduced resolution of Euler multicomponent elixir to reduce compute t…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
SimonCan committed Nov 10, 2023
1 parent f9228d8 commit 9554737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volume_flux = flux_ranocha
solver = DGSEM(polydeg=3, surface_flux=flux_ranocha,
volume_integral=VolumeIntegralFluxDifferencing(volume_flux))

cells_per_dimension = (32, 32)
cells_per_dimension = (16, 16)
coordinates_min = (-1.0, -1.0)
coordinates_max = ( 1.0, 1.0)
mesh = StructuredMesh(cells_per_dimension, coordinates_min, coordinates_max)
Expand Down

0 comments on commit 9554737

Please sign in to comment.