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] Move utility functions for element matrices to the element level #12320

Open
rfaasse opened this issue Apr 26, 2024 · 1 comment · Fixed by #12422
Open
Assignees

Comments

@rfaasse
Copy link
Contributor

rfaasse commented Apr 26, 2024

As a developer, I want to have the element matrix utility function to act on an element level instead of an integration point level, such that the code is more readable and it is possible to integrate the utilities into our strategy architecture (see #12318).

Acceptance Criteria
The created utility functions CalculatePermeabilityMatrix, CalculateCouplingMatrix and CalculateCompressibilityMatrix calculate the contributions for all integration points at once

Predecessor #12319

@rfaasse
Copy link
Contributor Author

rfaasse commented Jun 10, 2024

For this issue to be implemented satisfactory, we need to reduce the duplication of CalculateAll, or ideally remove it altogether first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment