- Thank you received: 0
ngsolve.solve Redraw not found
4 years 1 month ago #3228
by Tele
ngsolve.solve Redraw not found was created by Tele
Hi,
I do have a minor question I was not able to find a solution too, thus I am asking the swarm for a solution. I installed netgen/ngsolve using the anaconda way (provided on ngsolve.org/downloads ) and tried some tutorials. All, that I tried worked flawlessly :)
However, on 4.2 (4.2 Constructive Solid Geometry (CSG)) I encountered the problem, that I cannot import "Redraw" from ngsolve.solve. I results in the following error:
Importing Draw however works without any errors.
I am using Jupyter Notebook verison 6.1.4 running python 3.8.3.
I hope I provided enough details, that the problem can be understood. I want to use ngsolve in my thesis to perform some nonlinear hyperelastic computations using consistitutive models for metamaterials I just derived, but for now I am in the process of setting everything up. So the visualization might help me understand this, but I am sure I will get along without, I just wanted to ask, whether anyone of you might know a quick fix.
Thank you already and I hope this is the right place for this kind of question.
Best Regards,
Til
I do have a minor question I was not able to find a solution too, thus I am asking the swarm for a solution. I installed netgen/ngsolve using the anaconda way (provided on ngsolve.org/downloads ) and tried some tutorials. All, that I tried worked flawlessly :)
However, on 4.2 (4.2 Constructive Solid Geometry (CSG)) I encountered the problem, that I cannot import "Redraw" from ngsolve.solve. I results in the following error:
Code:
ImportError: cannot import name 'Redraw' from 'ngsolve.solve' (unknown location)
Importing Draw however works without any errors.
I am using Jupyter Notebook verison 6.1.4 running python 3.8.3.
I hope I provided enough details, that the problem can be understood. I want to use ngsolve in my thesis to perform some nonlinear hyperelastic computations using consistitutive models for metamaterials I just derived, but for now I am in the process of setting everything up. So the visualization might help me understand this, but I am sure I will get along without, I just wanted to ask, whether anyone of you might know a quick fix.
Thank you already and I hope this is the right place for this kind of question.
Best Regards,
Til
4 years 1 month ago #3229
by matthiash
Replied by matthiash on topic ngsolve.solve Redraw not found
Hi Til,
This seems to be an error in the documentation (the reason is that Redraw was moved internally to another module).
To fix it, you can use
I will update the documentation, thanks for pointing this out.
Best,
Matthias
This seems to be an error in the documentation (the reason is that Redraw was moved internally to another module).
To fix it, you can use
Code:
from ngsolve import Draw, Redraw
I will update the documentation, thanks for pointing this out.
Best,
Matthias
The following user(s) said Thank You: Tele
Time to create page: 0.100 seconds