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
985 stars 242 forks source link

examples of contact structural mechanics cannot run #9997

Open ch950423 opened 2 years ago

ch950423 commented 2 years ago

Description When I debug examples of contact structural mechanics, I always encounter the same error: image I find that this seems to be related to parallel, when I go into line 241 of parallel_utilities.h from line 793 of simple_mortar_mapper_process.cpp, the error will appear: image image image There is a message I am not sure if it is related to this error: InterfacePreprocessCondition: Property YOUNG_MODULUS not available. Assigning zero value Scope Debug

To Reproduce When debugging the examples of contact structural mechanics, the error will appear. In fact any example in examples\contact_structural_mechanics (from https://github.com/KratosMultiphysics/examples) has this problem. The example I debugged is examples\contact_structural_mechanics\validation\shallow_ironing_3D\source

Expected behavior run examples successfully

Environment

loumalouomega commented 2 years ago

Okay, just one question, have you tried in Linux?, I will try to check this ASAP, but I would like to know if only happens in Windows.

El lun., 4 jul. 2022 14:59, Rubén Zorrilla @.***> escribió:

Assigned #9997 https://github.com/KratosMultiphysics/Kratos/issues/9997 to @loumalouomega https://github.com/loumalouomega.

— Reply to this email directly, view it on GitHub https://github.com/KratosMultiphysics/Kratos/issues/9997#event-6927888595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYQZAFCAQ6BTUX3RKVIKFLVSLN3FANCNFSM52TDCX2A . You are receiving this because you were assigned.Message ID: @.***>

ch950423 commented 2 years ago

I haven't tried it in Linux. I don't know if it happens in Linux.