-
Notifications
You must be signed in to change notification settings - Fork 7
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
the order set in model.py input file does not reflect in the simulation #76
Comments
Order field is not directly editable anymore because in the recent version it dynamically evaluates FEM element order from order_txt attribute. |
Another question. Did you update piScope too, and what is the version of wxWidget? With 4.1.0, I don't see this issue. |
The piScope is updated. And I am using I will try the |
setting the I am using python3.8. Do you think moving to the latest version of python could fix the problem with |
@sshiraiwa using Also, setting |
@sshiraiwa
I have recently updated all the PetraM libraries and ran one of my old runs (using the
model.py
that I had) again with the updated libraries. Even though in themodel.py
file the order of the finite element space is set to 2, it seems that that does not reflect in the simulation (that is during the simulation the default order of 1 is used).Has the format of
model.py
changed recently?I have tried to recreate that model file by setting up the problem in piScope again but I am having trouble running piScope with the following error. Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: