[Gmsh] Identical points in triangulation

2018-04-26 Thread Demuth, Alexander
Hello everyone, when I try to mesh my 2D geometry with Gmsh (Windows 7, Gmsh Version 3.0.6), the program crashes. When the resolution gets to high, I get the error "Identical points in triangulation: increase element size or Mesh.RandomFactor Unable to recover an edge ..." On Linux (Gmsh

Re: [Gmsh] filter out elements according to type

2018-04-26 Thread Christophe Geuzaine
> On 25 Apr 2018, at 22:29, Christophe Geuzaine wrote: > > > Hi Andrew, > > Not in the current version. This is something we might indeed want to add in > the API. I've added gmsh::model::getType() which return the string type of an entity ("Circle", etc.) - this could

Re: [Gmsh] API define periodic line

2018-04-26 Thread Christophe Geuzaine
Hi Artur - it's now in the API: give it a try. PS: we have started to generate binary SDKs that contain the shared Gmsh library and the C++/C headers and Python module (see the *-sdk* files in gmsh.info/bin/). The SDK is built using the same compilers as the official builds, with the same