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
Yet another corner case:
The vs are initailly placed at the position of one of the colliding particles, to put them in a valid cell for the node.
After all collision are handled, a reosrt occurs, which will put the vs in the correct cell on the correct node.
However: the colliding particle may itself be outside of the node domain by up to a skin.
A possible solution might be to place based on p.l.p_old, since the last verlet update definitely happened at a valid position for the current node.
The text was updated successfully, but these errors were encountered:
Yet another corner case:
The vs are initailly placed at the position of one of the colliding particles, to put them in a valid cell for the node.
After all collision are handled, a reosrt occurs, which will put the vs in the correct cell on the correct node.
However: the colliding particle may itself be outside of the node domain by up to a skin.
A possible solution might be to place based on p.l.p_old, since the last verlet update definitely happened at a valid position for the current node.
The text was updated successfully, but these errors were encountered: