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.05k stars 246 forks source link

[StructuralMechanics] Bug in formfinding_strategy #9333

Closed MZecchetto closed 3 years ago

MZecchetto commented 3 years ago

Dear @KratosMultiphysics/structural-mechanics , running the example "catenoid_formfinding" in the example repo, validation suite, I got an error. It looks to me that this line: https://github.com/KratosMultiphysics/Kratos/blob/774096c1037e12e4f58a1a32fef35283d9c077a2/applications/StructuralMechanicsApplication/custom_strategies/custom_strategies/formfinding_strategy.hpp#L165

leads to an error. I removed it in my local and it works fine. However I cannot push the modification because I am no longer part of the project.

Tagging @KlausBSautter since author of the example.

To Reproduce Run catenoid_formfinding from example repo.

Environment

philbucher commented 3 years ago

fixed in #9338