ElmerCSC / elmerfem

Official git repository of Elmer FEM software
http://www.elmerfem.org
Other
1.2k stars 319 forks source link

Where to get graphical user interface of netgen? #227

Closed ouening closed 4 years ago

ouening commented 4 years ago

I'm practicing Tutorial 6 Electrostatic equation – Capacitance of two balls from 《Elmer GUI Tutorials》(page 27), it said:

In this case meshing is performed with the graphical user interface of netgen. Netgen creates tetrahedral quality meshes and provides a native output for Elmer. At the time of writing this tutorial the quadratic elements had some problems with numbering but these should not affect the linear elements.

I installed ngsolve and ngsgui but that didn't work. I met some errors, which are described detailed in issue

ouening commented 4 years ago

Adding the system variable PYTHONHOME solved the problem! And then type netgen in terminal will have the netgen gui application.