Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix implicit integrator #68

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Fix implicit integrator #68

merged 3 commits into from
Feb 1, 2024

Conversation

diegoferigo
Copy link
Member

This PR fixes the implicit integrator so that it uses the new implicit velocity to calculate the new position. Before this fix, the base position was wrongly integrated (explicitly) using the velocity from the previous step. The rest of the position array, instead, was correctly using the implicit velocity.

@diegoferigo diegoferigo self-assigned this Jan 31, 2024
@diegoferigo diegoferigo marked this pull request as ready for review January 31, 2024 16:53
Copy link
Collaborator

@flferretti flferretti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@diegoferigo diegoferigo merged commit 4f56d86 into main Feb 1, 2024
21 checks passed
@diegoferigo diegoferigo deleted the fix/implicit_integrator branch February 1, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants