-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is a file in the txt format of python code. Please see if there are any problems with the code. |
Beta Was this translation helpful? Give feedback.
-
|
Dear @hhcyd I am not familiar at all with this code.
Also I don't recognize most of the applications used in the script (others are just outdated). My guess is that you are using some kind of extension that someone has developed, so I would suggest to ask first the person that developed this particular script. Please don't hesitate to check any of our examples in the repository: that will provide you with a more up to date version of a standard Kratos script. |
Beta Was this translation helpful? Give feedback.


Dear @hhcyd
I am not familiar at all with this code.
KRATOS_ ROOT_ PATHis not related with any particular Kratos feature.os.environreferences variables in your developing environment, so that must be something specific the person that created the script is using.Also I don't recognize most of the applications used in the script (others are just outdated). My guess is that you are using some kind of extension that someone has developed, so I would suggest to ask first the person that developed this particular script.
Please don't hesitate to check any of our examples in the repository:
https://github.com/KratosMultiphysics/Examples
that will provide you with a more up to date version o…