Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: well time step selector based on rates/bhp tables and clarify well rates logic #3427
base: develop
Are you sure you want to change the base?
feat: well time step selector based on rates/bhp tables and clarify well rates logic #3427
Changes from 12 commits
fd5d21a
a724165
2ed34d6
42827b1
f70fb2d
05d5168
433498b
6c87a96
11bb54b
2c3ea5f
4a34a38
e03621b
d1374da
997a58e
32782a7
4e4eee0
3e950fe
56594c3
e3e0f10
9946aa7
7304811
a7eaf4a
4562fe4
6ceb88e
6d8f9ff
47ea23c
c20745b
301527f
a448c9f
e71b608
a2ed152
03170a3
4cf1a3e
777f05f
842ae59
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is this intentional? Do we really want this solver to inherit the behaviour of the base class?
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.
intentional - yes but I forgot about that change and didn't mention it in the description, sorry
it is very confusing what
SolidMechanicsLagrangeContact::setNextDt
does right now by returningcurrentDt
and next time step, this basically blocks time step increase? (CC @CusiniM @matteofrigo5 @castelletto1)could go in a small simple PR with just that fix
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.
@paveltomin Put this in its own PR.
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.
done #3490