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:
Install dependencies:
pip3 install --index-url=http://download.qt.io/snapshots/ci/pyside/5.11/latest/ pyside2 --trusted-host download.qt.io
Install via pip:
pip3 install ngsgui
Install current master branch (may contain some fixes or some new bugs...)
pip3 install git+https://github.com/NGSolve/ngsgui.git@master
Run ngsolve or try to load some python file: ngsolve example.py
On some systems you have to set PATH in order to find ngsolve, an alternative way to start the GUI is
python3 -m ngsgui
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.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。