Kratos icon indicating copy to clipboard operation
Kratos copied to clipboard

[GeoMechanicsApplication] Move utility functions for element matrices to the element level

Open rfaasse opened this issue 1 year ago • 1 comments

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 avatar Apr 26 '24 12:04 rfaasse

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

rfaasse avatar Jun 10 '24 08:06 rfaasse