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
1.02k stars 245 forks source link

[GeoMechanicsApplication] Removing commented code and changing typedef -> using #12369

Closed rfaasse closed 4 months ago

rfaasse commented 4 months ago

During the formatting of the custom elements, we found quite some commented code which we would like to remove. As a quick win, I also changed typedefs to usings (and removed some unused ones) in the files I touched anyway.