Re: [Gmsh] building of gmsh on mingw64

2020-09-22 Thread Christophe Geuzaine
Hi Walter, ENABLE_OCC_STATIC should actually not be needed anymore. Can you try the latest Git master, in which CMAKE_FIND_LIBRARY_SUFFIXES and PATH_SUFFIXES have been modified? If it doesn't work let's try to understand why and open an issue in our Gitlab about it. Christophe > On 22 Sep

[Gmsh] building of gmsh on mingw64

2020-09-22 Thread walter
Hello, I am used to build my application (EmCAD) and gmsh on Msys2/MINGW64 platform. Today I made a small change to the main CMakeLists.txt file of gmsh-4.6.0-source. This change fixes the following problem: cmake/configure is not able to find the OCC libraries on Msys2/MINGW64 platform

[Gmsh] R: GRegion meshsize

2020-09-22 Thread Steffè Walter
Ok, thanks -Messaggio originale- Da: Christophe Geuzaine [mailto:cgeuza...@uliege.be] Inviato: martedì 22 settembre 2020 08:36 A: Steffè Walter Cc: gmsh@onelab.info Oggetto: Re: [Gmsh] GRegion meshsize > On 22 Sep 2020, at 08:27, Steffè Walter > wrote: > > Hello Christophe, now I

Re: [Gmsh] GRegion meshsize

2020-09-22 Thread Christophe Geuzaine
> On 22 Sep 2020, at 08:27, Steffè Walter > wrote: > > Hello Christophe, now I have a doubt about the implementation of the Netgen > interface. > > Lc is computed with : > SPoint3 pt = gr->bounds().center(); > double lc = BGM_MeshSize(gr, 0, 0, pt.x(), pt.y(), pt.z()); > > But what

[Gmsh] R: GRegion meshsize

2020-09-22 Thread Steffè Walter
Hello Christophe, now I have a doubt about the implementation of the Netgen interface. Lc is computed with : SPoint3 pt = gr->bounds().center(); double lc = BGM_MeshSize(gr, 0, 0, pt.x(), pt.y(), pt.z()); But what happens if the region has a hole in the center and the center point does