[Gmsh] Gmsh license exception question

2019-07-22 Thread Alexander Lindsay
I am one of the primary developers of the moose framework , and we are curious about adding some meshing utilities that would leverage the relatively new gmsh c++ API. However, we are licensed under LGPL v2.1, so as it stands now we cannot link to to the GPL-licen

Re: [Gmsh] Identical Points in Triangulation

2017-04-30 Thread Alexander Lindsay
Thanks for the suggestion, but I'm already using Linux. On 04/29/2017 08:35 PM, Bertrand PIGEARD wrote: Hello, if you use gmsh on windows have a try with Linux release... It may help, I notice a random problem with the windows release. Le 22 mars 2017 à 05:04, Alex Lindsay a écrit : I have

[Gmsh] Defect in structured mesh with PRISM18 (and HEX27)

2016-12-21 Thread Alexander Lindsay
Hi, I am building a second order structured mesh of a cone. The mesh contains PRISM18 and HEX27 elements. I noticed that when the mesh gets to a certain size, defects start appearing in the PRISM18 elements. Is this a bug or is there a way to rectify this? Attached are screenshots of the over

Re: [Gmsh] parallel meshing algorithm

2016-10-18 Thread Alexander Lindsay
Also, I think I've read that it will be openMP based. Was any consideration given to using mpi? On 10/17/2016 03:51 PM, Alexander Lindsay wrote: I saw an earlier thread about a parallel meshing algorithm becoming available sometime soon. Is there a progress update on that?

[Gmsh] parallel meshing algorithm

2016-10-17 Thread Alexander Lindsay
I saw an earlier thread about a parallel meshing algorithm becoming available sometime soon. Is there a progress update on that? Alex ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

[Gmsh] Orient gui camera along axis

2016-10-13 Thread Alexander Lindsay
Is there a way to orient the gui camera along an arbitrary axis, kind of like with paraview? E.g. if I've rotated the geometry around, but now my clumsy mouse skills won't allow me to perfectly orient along the z-axis? Alex ___ gmsh mailing list gmsh

[Gmsh] Repeated ids with Duplicata

2016-10-13 Thread Alexander Lindsay
I'm getting repeated IDs using Duplicata. Here's the relevant excerpt from my script: | Plane Surface(11) = {9, 10}; Plane Surface(12) = {10}; fuel_surfaces[] = {}; moder_surfaces[] = {}; For xtrans In {0:108:12} For ytrans In {0:108:12} new_f_surface = Translate {xtrans, ytrans, 0} { Duplicata {

[Gmsh] Define mesh from unit cell

2016-09-20 Thread Alexander Lindsay
Hi all, Is there an easy way to create a "unit cell" in gmsh and then create a larger mesh with m x n x p repeating unit cells? Alex ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh