Hi,
does anybody know some python tricks how to create mesh-plots when running netgen on a remote server from command-line?
Hi,
does anybody know some python tricks how to create mesh-plots when running netgen on a remote server from command-line?
Sorry at the moment the GUI has to be open to render to an image. This feature is on the wish list, but will most likely be available in our new gui. For the moment you can pickle the solutions you want to save transfer them to your workstation load them and take images there. Its not very convenient, but with a small script it should not be too much effort.
Best
Christopher
Hi, thanks for the info.
Lets assume that the output of ngsolve gets stored in some .csv
with x/y/z/stress in each row.
My hope was that some wizard knows how to create some kind of plot plot using some pure python script magic.
CU
Jürgen