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
985 stars 242 forks source link

[GeoMechanicsApplication] Make U-Pw elements more similar #12423

Closed avdg81 closed 1 month ago

avdg81 commented 1 month ago

📝 Description Reduced the number of differences between template classes UPwBaseElement and UPwSmallStrainElement on the one hand and class SmallStrainUPwDiffOrderElement on the other hand. Lines have been reordered, redundant comments have been removed, names have been made consistent. This helps to make it more visible where the duplicated code is (which will be removed in small increments), but also where the actual differences are (whether they were intended or not).

🆕 Changelog Changes include: