Skip to content

Commit 148e198

Browse files
author
LasNikas
committed
add PR link
1 parent d0f5aba commit 148e198

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/schemes/boundary/open_boundary/boundary_zones.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,14 +444,14 @@ function update_boundary_zone_indices!(system, u, boundary_zones, semi)
444444
# This should always be true if the boundary zone geometry is set up correctly.
445445
# However, rare edge cases during particle conversion (`convert_particle!`)
446446
# may leave a particle unassigned. Potential causes for failure:
447-
# - `face_normal` is not exactly normal to the `boundary_face`.
448-
# (Fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/926.)
447+
# - `face_normal` is not exactly normal to the `boundary_face`
448+
# (fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/926).
449449
# - Large downstream expansion can shift an inflow particle to the zone edge;
450450
# even after upstream adjustment it may remain outside
451-
# (Fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/XXX.)
451+
# (fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/997).
452452
# - Floating-point rounding when a particle lies almost exactly on the `boundary_face`
453-
# during transition, causing a reset just outside the zone.
454-
# (Fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/XXX.)
453+
# during transition, causing a reset just outside the zone
454+
# (fixed in https://github.com/trixi-framework/TrixiParticles.jl/pull/997).
455455
@assert system.boundary_zone_indices[particle]!=0 "No boundary zone found for active buffer particle"
456456
end
457457

0 commit comments

Comments
 (0)