ContactStructuralMechanicsApplication - Python coupling #11774
Replies: 4 comments 4 replies
-
|
I don't remember why I did that, but could be... |
Beta Was this translation helpful? Give feedback.
-
|
I can remove it if it is not killing anyone's use cases. :D |
Beta Was this translation helpful? Give feedback.
-
|
We got a request that, they would like to use |
Beta Was this translation helpful? Give feedback.
-
|
Is this sitll an issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We have out that, one of the strategies in
ContactStructuralMechanicsApplicationincludespybindheaders to getpython::Processtype as shown below:Kratos/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_contact_strategy.h
Lines 33 to 34 in 794c315
Followings are some use cases of the
pybindincludes in the same file:Kratos/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_contact_strategy.h
Line 136 in 794c315
Kratos/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_contact_strategy.h
Lines 855 to 859 in 794c315
Would it be possible to change these from
python::ProcesstoKratos::Processand decoupleContactStructuralMechanicsApplicationtoContactStructuralMechanicsCoreandContactStructuralMechanicsApplicationas in other applications?@loumalouomega ?
Beta Was this translation helpful? Give feedback.
All reactions