-
Notifications
You must be signed in to change notification settings - Fork 261
[GeoMechanicsApplication] Include variable prediction in all Newmark schemes #11957
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
Closed
Comments
After a brief look at the code with @WPK4FEM, it seems that the first order prediction could be done by adding the following piece of code to the
|
For the Predict of the instance of the second order variables (e.g. displacement/rotation), we probably need to change the formulation from:
to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As a Kratos user, I would like to have prediction methods in the Newmark schemes, such that convergence is quicker when using these schemes.
Successor item: [GeoMechanicsApplication] Include variable prediction in the backward Euler schemes
Background
During the scheme refactoring, it was found that the dynamic Newmark scheme has an override for the 'Predict' method. This method predicts the values of certain variables before doing a solution step, to improve the rate of convergence.
However, there are two things missing here:
Acceptance Criteria
Given a user specifies any Newmark scheme
When a simulation is run
Then the first and second order variables are predicted
Note: It might be interesting to document a few cases here and compare run times with/without predicts.
The text was updated successfully, but these errors were encountered: