-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Kratos #12428
Comments
PythonPath = '.../.../bin/debug' Hope this helps you |
Thank you for the help. It is running now. However, I am getting some errors. I tried some examples with contact such as |
Most probably you did not compile the |
Thank, I recompiled with ConstitutiveLawsApplication. However, I got the following error Anyway, it seems it is running fine, so I don't understand it. |
It seems to be some minor issue with the Python stubs @sunethwarna. In principle, you should be able to run cases. You can either disable the Python stubs generation or leave it as it is while we fix it. |
Dear all,
I am completely new to Kratos, so I have some very basic questions.
I was able to compile Kratos in the debug mode. However, I don't know how to run it. I always get an error :
import KratosMultiphysics
ModuleNotFoundError: No module named 'KratosMultiphysics'
I found that I should add Kratos to the python path and lib folder to the system path. However, I am not sure which folder I should add to the python path and I don't have any kratos/lib folder.
Is there any documentation which explains the theory behind the implementation? I am particularly interested in large strain shell elements and contact formulation.
Best,
Polen
The text was updated successfully, but these errors were encountered: