Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jan 23, 2024
1 parent fe853fd commit fb5ebf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ solver = DGSEM(basis, surface_flux, volume_integral)
mesh_file = Trixi.retrieve(joinpath(@__DIR__, "mesh_three_mound.mesh"),
"https://gist.githubusercontent.com/svengoldberg/c3c87fecb3fc6e46be7f0d1c7cb35f83/raw/e817ecd9e6c4686581d63c46128f9b6468d396d3/mesh_three_mound.mesh")

mesh = UnstructuredMesh2D(meshfile)
mesh = UnstructuredMesh2D(mesh_file)

# Create the semi discretization object
semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition, solver;
Expand Down

0 comments on commit fb5ebf0

Please sign in to comment.