Re: [Gmsh] Problem with boundary layer on 2D flat plate

2016-07-19 Thread DILASSER Guillaume
Dear Ashish, The shape of the boundary layer you get is due to the fact that BoundaryLayer fields do not overwrite the 1D mesh of the edges that do not appear in Field.EdgesList. Now, in your case if you do add Lines 3 and 5 to EdgesList, it would solve your problem at the corners 1001 and 1002

[Gmsh] mesh I/O in memory?

2016-07-19 Thread Nico Schlömer
Hi everyone, As the author of pygmsh [1] I sometimes get user complaints about how slow mesh generation is. The way pygmsh works is that it generates a geo-file in memory, writes that out, has gmsh run over it to generate a msh-file, then read in and parse that file to generate the nodes and cells

Re: [Gmsh] mesh I/O in memory?

2016-07-19 Thread David Colignon
Hi Nico, Have you heard about ONELAB and the onelab.py module ? http://onelab.info/wiki/ONELAB http://onelab.info/wiki/Python Regards, Dave -- David Colignon, Ph.D. 1er Logisticien de Recherche Université de Liège ACE - Applied & Computational Electromagnetics Quartier POLYTECH 1 - Montefio

[Gmsh] Saving Post-processing information from command line

2016-07-19 Thread Wesley Lim
Hello, I'm working on an electric field modeling project using a program called SimNIBS which outputs its solutions within Gmsh. The electric field solutions are saved in a post processing view. Thus far, in order to extract electric field values, I have been saving the post processing view