Skip to content

Commit

Permalink
Update src/solvers/dgsem_p4est/dg_3d_parabolic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Dec 20, 2023
1 parent e95cef4 commit e2bf5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_p4est/dg_3d_parabolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ end
small_indices = node_indices[1, mortar]
small_direction = indices2direction(small_indices)

for position in 1:4
for position in 1:4 # Loop over small elements
element = neighbor_ids[position, mortar]
for j in eachnode(dg), i in eachnode(dg)
for v in eachvariable(equations)
Expand Down

0 comments on commit e2bf5ce

Please sign in to comment.