NGSolve / ngsolve

Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.

Home Page:https://ngsolve.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Draw() display nothing

Thomas-GT40 opened this issue · comments

Hi,
I'm Trying to do one of your tutorial, (3D solid Mechanics - https://docu.ngsolve.org/nightly/i-tutorials/wta/elasticity3D.html),
but i don't succeed to display anything.
The code run ok, no errors, but it don't display anything.
I check jupyter, and it look like to be good.
Do you have any Idea what it can be ?
Thanks

You run it with TCL gui? Then you need to remove the from ngsolve.webgui import Draw line probably.