-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Multiple time integrators in an input #27687
Conversation
8272eed
to
759ea9f
Compare
relies on libMesh/libmesh#3856 and libMesh/libmesh#3857 |
This pull request has been automatically marked as stale because it has not had recent activity in the last 100 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
don't close |
759ea9f
to
5d8e7c9
Compare
5d8e7c9
to
1ab79b5
Compare
Job Documentation, step Docs: sync website on 69c996e wanted to post the following: View the site here This comment will be updated on new commits. |
This reverts commit 572f7f6d312dcb171e280099d3d837802f42a007.
a50e022
to
9aca6c7
Compare
This forces downstream developers to remember to implement it
9aca6c7
to
136a365
Compare
Job Coverage, step Generate coverage on 69c996e wanted to post the following: Framework coverage
Modules coverageFsi
Navier stokes
Solid mechanics
Thermal hydraulics
Full coverage reportsReports
This comment will be updated on new commits. |
Job OpenMPI on 8bb4b77 : invalidated by @lindsayad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Most of this is just suggestions
Job Precheck, step Clang format on b3dcdcb wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
b3dcdcb
to
05895cb
Compare
- Remove commented method - `getPossiblyNullTimeIntegrator` -> `queryTimeIntegrator` - `const` addition to `from` vector in `copyVector` - Add method name to `mooseError` in `TimeIntegrator::solve` - Add comment regarding handling of null vectors - Create computeDuDotDu and duDotDuCoeff methods Co-authored-by: Logan Harbour <loganhharbour@gmail.com>
05895cb
to
69c996e
Compare
thanks for the review! |
Closes #19228