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] Removed all unused math utilities #12383

Closed avdg81 closed 2 months ago

avdg81 commented 2 months ago

📝 Description The removal of these unused functions fixes many code smells. Also removed unused/incorrect #includes from the math utilities file. As a result, several other #includes had to be updated as well.