NGSolve / ngsgui

New graphical interface for NGSolve
11 stars 9 forks source link

ngsgui - A new graphical user interface for NGSolve

This project aims to eliminate some weaknesses of the 20 year old GUI interface of Netgen/NGSolve, which was created primarily for mesh generation and not for the complexities of the visualization of multiphysic FEM computation. The code is written in Python using the Qt5 bindings of PySide2 and shader code for OpenGL.

Some of the features it offers are:

Getting started

Troubleshooting

This project is in a very eary stage, so problems will arise very likely. If you run into any, report an Issue on GitHub, explaining the problem as precisely as possible, send us some reproducible code or run it with

ngsolve yourfile.py -noOutputpipe -dontCatchExceptions

and attach the stdout output if possible.