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 244 forks source link

[GeoMechanicsApplication] added process to calculate incremental displacement #12474

Closed aronnoordam closed 2 months ago

aronnoordam commented 3 months ago

moved calculation of incremental displacement from python to cpp as this was a bottleneck

AlejandroCornejo commented 3 months ago

Check also the kratos\utilities\variable_utils.cpp since it also includes many optimized auxiliar implementations of this kind

aronnoordam commented 3 months ago

Check also the kratos\utilities\variable_utils.cpp since it also includes many optimized auxiliar implementations of this kind

will do, thanks