Skip to content

Commit

Permalink
Update examples/p4est_3d_dgsem/elixir_euler_free_stream_boundaries.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Jan 6, 2024
1 parent b63935b commit 02ccb9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mesh_file = default_mesh_file

boundary_symbols = [:PhysicalSurface1]

# Map the unstructured mesh with the mapping above
mesh = P4estMesh{3}(mesh_file, polydeg = polydeg, boundary_symbols = boundary_symbols)

boundary_conditions = Dict(:PhysicalSurface1 => BoundaryConditionDirichlet(initial_condition))
Expand Down

0 comments on commit 02ccb9c

Please sign in to comment.