nutils icon indicating copy to clipboard operation
nutils copied to clipboard

gmsh example

Open scdivi opened this issue 3 years ago • 2 comments

Dear developers,

Nutils supports gmsh-generated mesh by importing the .msh file using mesh.gmsh(filename.msh). However, there is no good gmsh-based example (with definition of boundary tags and direction of point definition). It would be great to add key points to note in documentation or create a good example.

Best, Sai.

scdivi avatar Jun 20 '22 11:06 scdivi

I made a gmsh example here: https://github.com/scdivi/nutils-gmsh. It has clear instructions to create a .geo file with boundary tags and reading it in nutils.

scdivi avatar Feb 03 '23 13:02 scdivi

Created a pull request in the nutils-webpage repository: https://github.com/evalf/nutils-website/pull/13.

scdivi avatar Feb 08 '23 09:02 scdivi