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

[GeoMechanicsApplication] Add the missing conditions to Geomechanics Application for 2D #11616

Closed
4 tasks
mnabideltares opened this issue Sep 27, 2023 · 1 comment · Fixed by #11625
Closed
4 tasks
Assignees
Labels
Feature GeoMechanics Issues related to the GeoMechanicsApplication

Comments

@mnabideltares
Copy link
Contributor

Description
The conditions are not completely added to the GeoMechanics Application. For example, PwCondition is defined on 2 noded element (in 2D) but it is not extended to 3 noded element. There are also missing higher order condition elements in 3D.
Here we fix the 2D conditions. The 3D conditions will be done in a seperate issue in order to keep this commit managable.

TODO

  • Add the missing 2D conditions
  • Modify the functions to make them generic for n-th order line elements/conditions
  • Test the implementation
  • If possible, add test cases for the missing conditions.
@mcgicjn2
Copy link
Contributor

Can this be broken down into smaller issues and branches for each of the missing conditions ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature GeoMechanics Issues related to the GeoMechanicsApplication
2 participants