Re: [Gmsh] Line loop and Open cascade

2018-02-22 Thread Sathyanarayan Rao
Is it possible to extract associated line loop with each rectangle command so that I can define a plane surface with line loops that forms holes of first ones ? Best Regards, Sathyanarayan Rao, PhD student Earth and Life Institute/Environmental Sciences (ELI-e)

Re: [Gmsh] Line loop and Open cascade

2018-02-22 Thread Sathyanarayan Rao
If I put SetFactory("OpenCASCADE"); in the first line, then it gives me different error saying "unknown line loop with tag1" // mesh size description SetFactory("OpenCASCADE"); cl_1 = 0.3; cl_2 = 0.02; cl3= 0.02; Mesh.CharacteristicLengthMax = 40; extend = 15; // define inversion

Re: [Gmsh] Line loop and Open cascade

2018-02-22 Thread Christophe Geuzaine
> On 22 Feb 2018, at 17:32, Sathyanarayan Rao > wrote: > > Is it possible to extract associated line loop with each rectangle command so > that I can define a plane surface with line loops that forms holes of first > ones ? > The Boundary operator will give you the bounding curves ; I gues

Re: [Gmsh] Line loop and Open cascade

2018-02-22 Thread Christophe Geuzaine
> On 22 Feb 2018, at 16:47, Sathyanarayan Rao > wrote: > > If I put > SetFactory("OpenCASCADE"); > > in the first line, then it gives me different error saying "unknown line loop > with tag1" Yes, there is no line loop 1 in your geometry... Only a surface 1 ("Rectangle" creates a surface.

Re: [Gmsh] Line loop and Open cascade

2018-02-22 Thread Christophe Geuzaine
> On 22 Feb 2018, at 12:56, Sathyanarayan Rao > wrote: > > Dear gmsh team, > > Is it not possible to use both line loop type surface definition and open > cascade rectangle. I always have problem with using both. Sure you can: but you need to put SetFactory("OpenCASCADE") at the begining of

[Gmsh] Line loop and Open cascade

2018-02-22 Thread Sathyanarayan Rao
Dear gmsh team, Is it not possible to use both line loop type surface definition and open cascade rectangle. I always have problem with using both. For example in the below code, surface 105 is unrecognized ! // mesh size description cl_1 = 0.3; cl_2 = 0.02; cl3= 0.02; Mesh.Charac

Re: [Gmsh] fillet and coherence behavior

2018-02-22 Thread Guillaume Demésy
Great! It works now! Thanks Christophe. > Le 21 févr. 2018 à 16:07, Christophe Geuzaine a écrit : > > > HI Guillaume, > > I've modified Gmsh so that the solids to fillet are correctly oriented, > automatically. The latest snapshot should thus work for the previous file. > (The numbering of t

Re: [Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-22 Thread Christophe Geuzaine
> On 19 Feb 2018, at 04:20, John Staples wrote: > > Greetings All, > > Thank you for any help with the following: > > On Windows10, I've successfully installed CYGWIN 64bit shell > (https://cygwin.com/install.html ) with > FLTK, OPENGL, BLAS, LAPACK, etc..

Re: [Gmsh] refine existing mesh

2018-02-22 Thread Christophe Geuzaine
> On 19 Feb 2018, at 08:38, Johannes Töger wrote: > > Dear Christophe, > > The new version of your reparametrization algorithm sounds very interesting > for our application. Is it possible for you to tell us a bit more about it? It's a new implementation of the kinds of methods described in

Re: [Gmsh] help in reading element connectivity

2018-02-22 Thread Christophe Geuzaine
PS: there are also some scripts here: https://gitlab.onelab.info/gmsh/gmsh/tree/master/utils/converters/matlab > On 21 Feb 2018, at 19:16, Octavio Castillo Reyes > wrote: > > Dear Preety, > > You need to write a Matlab script to import your mesh. This task is quite > simple, for instance: