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

Unify evaluation of number of material points #5639

Merged

Conversation

gassmoeller
Copy link
Member

MaterialModelOutputs and MaterialModelInputs have functions to get the number of points it is supposed to be evaluated on. However, I found some old places that do not use that function and instead compute the number locally. This PR unifies the calling of this function in as many places I could find. I also removed a few checks for whether the strain_rate was provided to the material model, because since #5268 it is always provided.

@tjhei
Copy link
Member

tjhei commented May 23, 2024

can you please rebase and resolve the conflict?

@gassmoeller gassmoeller force-pushed the unify_output_point_evaluation branch from a3a1db5 to 8e31e77 Compare May 23, 2024 07:33
@gassmoeller gassmoeller merged commit 7275dad into geodynamics:main May 23, 2024
8 checks passed
@gassmoeller gassmoeller deleted the unify_output_point_evaluation branch May 23, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants