KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

[GeoMechanicsApplication] Inlined member functions `SetRetentionParameters` #12374

Closed avdg81 closed 2 months ago

avdg81 commented 2 months ago

📝 Description These member functions only set the fluid pressure (taken from the ElementVariables data structure) that is kept by the retention law parameters. This simple action does not need another level of indirection.

🆕 Changelog Other changes include: