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 parameter interface for solid solver #51

Merged
merged 11 commits into from
Mar 22, 2021

Conversation

davidscn
Copy link
Member

@davidscn davidscn commented Mar 3, 2021

Follow up to #50

This is a breaking change since we need to adjust the tutorial cases. However, I guess it is a good time due to the ongoing restructuring.

@davidscn davidscn added enhancement New feature or request compatibility labels Mar 3, 2021
@davidscn davidscn changed the title [WIP] Unify parameter interface for solid solver Unify parameter interface for solid solver Mar 3, 2021
Comment on lines 59 to 62
prm.add_parameter("Model",
model,
"Structural model to be used: linear or neo-Hook",
Patterns::Selection("linear|neo-Hook"));
Copy link
Member Author

Choose a reason for hiding this comment

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

Done. I added now an option here, where the user can select between the linear model and the neo-Hookean model. I hope this is intuitive enough, otherwise let me know.

@davidscn davidscn merged commit 273eff8 into precice:bundle_solver Mar 22, 2021
@davidscn davidscn deleted the unify_parameter branch March 22, 2021 07:59
@davidscn davidscn self-assigned this Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant