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 ebe69d4 commit 2a32c30
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 @@ -879,7 +879,7 @@ function calc_mortar_flux_divergence!(surface_flux_values,
k_small_start, k_small_step_i, k_small_step_j = index_to_start_step_3d(small_indices[3],
index_range)

for position in 1:4
for position in 1:4 # Loop over small elements
i_small = i_small_start
j_small = j_small_start
k_small = k_small_start
Expand Down

0 comments on commit 2a32c30

Please sign in to comment.