Christopher Lackner

Results 20 comments of Christopher Lackner

I've now had time to change everything from using TShape to HashCode. This should be resolved now, if there is something still not working please open another issue.

The api is quite old and I think it would be better/easier to just build against the C++ code. Is there a reason why you do not want that? Best...

Yes I would suggest linking against the c++ libraries. If you want you can write me at [email protected] and we can work out a stable interface that supports what you...

Netgen needs a closed boundary. If there is an edge added to the geometry that goes outwards again I believe Netgen is able to mesh the internal edge. But tbh...

Internal edges work, but the boundary around each face has to be closed. So if the edge is added in both directions to the boundary of the surface then meshing...

The best way is to provide easy to reproduce test cases and minimal examples for bugs and misbehaviours. The problem (with complex pull request) is that the dev team is...

Different mesh size on one edge should be no problem, using the RestrictH function for points on the edge. I started rewriting some of the base geometry code in netgen...

Nice to get Netgen into firedrake. I would suggest an even better way though: I've registered the element types to be used in numpy here: https://github.com/NGSolve/netgen/commit/c18a317702569e09f78108e124b8e73623647b73 With this you get...

I think this is important for efficiancy of parallel volume meshing, can you provide a surface mesh where this leads to problems? (the volume meshing should then be independent of...

You run it with TCL gui? Then you need to remove the `from ngsolve.webgui import Draw` line probably.