-
-
In the NGSolve website, I can only found the tutorials document. But I want to implement some new modules, such as moving mesh, and I need more detail about more detailed interface information about t…
-
Hi, I'm able to use the ngsgui on Ubuntu 20.04 with Python3.8.3, but on MacOS (high sierra) with Python3.8.3 I get the message "TypeError: 'Shiboken.ObjectType' object is not iterable". This occurs…
-
ngsolve: NGSolve-6.2.2004-win64
python: 3.7.4 (in system)
I installed `ngsgui` from source: `python setup.py install`
Afetr that , I run `python -m ngsgui` then error happened:
```
importing NGSo…
-
Currently a round-trip to disk is needed, especially using the python interface.
This will be resolved by merging #63 or the older #11 .
-
I saw that you have forked a Netgen repository here https://github.com/CadQuery/netgen
Are there any plans to integrate Netgen with Cadquery?
That could be very interesting.
I am using Netgen to me…
-
The current defaults for `pymor.algorithms.newton.newton` force the algorithm to never converge. Previously, we had `stagnation_threshold` set to `0.9` which seemed toopermissive for a default converg…
-
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 o…
-
Should be something like "6.2.2004" instead of just "6.2" or "6.2-dev" in places like this https://github.com/NGSolve/netgen/blob/9ffb22c37fbd13ec6bb499a09a35ff8aa8daa51b/cmake/NetgenConfig.cmake.in#L…
-
please have a look at:
https://github.com/conda-forge/netgen-feedstock/pull/14
For linux we build for gcc (4.8 / 7.3) x py (2.7 / 3.6 / 3.7). So this is alread a quite big build-matrix. Maybe some…