pygmsh

Mesh generators, CAD programs, and other tools
Post Reply
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

pygmsh

Post by mzenker »

Hi all,

the message below has just been posted on the gmsh mailing list. This might be of interest for gmsh users who want to write scripts in Python instead of gmsh's native language.

Matthias

------------------------------------------------------------------------------------------
Hi everyone,

I've just released pygmsh 4.0 [1], a Python frontend for Gmsh. The major enhancement this time is support for Gmsh 3.0's OpenCASCADE capabilties.

Install or upgrade with
```
pip install -U pygmsh
```
I'll be happy about feedback of any kind.

Cheers,
Nico

[1] https://github.com/nschloe/pygmsh
MrBenson
Posts: 35
Joined: 31 Oct 2014, 19:44
Antispam: Yes

Re: pygmsh

Post by MrBenson »

Hello,

It'll be nice to have the same dev for Elmer, i mean using python natural language for sif file.
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: pygmsh

Post by mzenker »

Hi,

you can always write a sif file and launch ElmerSolver with a system call.

Matthias
Post Reply