Skip to content

Commit

Permalink
Update elixir_advection_diffusion_nonperiodic_curved.jl (trixi-framew…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Dec 10, 2024
1 parent 60d5c32 commit 986b019
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ boundary_conditions_parabolic = Dict(:x_neg => BoundaryConditionDirichlet(initia
# Create DG solver with polynomial degree = 3 and (local) Lax-Friedrichs/Rusanov flux as surface flux
solver = DGSEM(polydeg = 3, surface_flux = flux_lax_friedrichs)

coordinates_min = (-1.0, -0.5)
coordinates_max = (0.0, 0.5)

# This maps the domain [-1, 1]^2 to [-1, 0] x [-0.5, 0.5] while also
# introducing a curved warping to interior nodes.
function mapping(xi, eta)
Expand Down

0 comments on commit 986b019

Please sign in to comment.