You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, we avoid adding inactive particles to the neighbor lists by setting very large coordinates.
This could be circumvented by passing active_coordinates instead of current_coordinates.
The problem is, that we then have to remove inactive particles from the neighbor lists in every update_nhs!.
The text was updated successfully, but these errors were encountered:
The open boundaries in trixi-framework/TrixiParticles.jl#442 require inactive and active particles.
So far, we avoid adding inactive particles to the neighbor lists by setting very large coordinates.
This could be circumvented by passing
active_coordinates
instead ofcurrent_coordinates
.The problem is, that we then have to remove inactive particles from the neighbor lists in every
update_nhs!
.The text was updated successfully, but these errors were encountered: