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] Extract a static utility for VoigtVector #12400

Closed markelov208 closed 1 month ago

markelov208 commented 1 month ago

As a developer, I would like to have a utility function which provides VoigtVector based on problem dimension and stress tensor size. Currently, VoigtVector is calculated very often, sometimes for every integration point.