Re: [Gmsh] Having problems linking gmsh sdk libraries

2018-07-30 Thread Max Orok
ly) > reduced performance compared to using the native Gmsh C++ API, as it > entails > additional data copies between the C++ wrapper, the C API and the native > C++ > code." > > > > The libgmsh.dll is essential for sure, not sure about the .lib. I also had >

Re: [Gmsh] segfaults on linux but not windows with SDK

2018-07-27 Thread Max Orok
Yes, there was an issue with the cwrap header but the regular header was fine after all. Sorry for the trouble! Max Orok On Fri, Jul 27, 2018 at 1:58 AM, Christophe Geuzaine wrote: > > > On 10 Jul 2018, at 17:32, Max Orok wrote: > > Hello all, > > Sorry for the newbie qu

Re: [Gmsh] Having problems linking gmsh sdk libraries

2018-07-29 Thread Max Orok
sure about the .lib. I also had to put the gmsh-3.0.dll in the same folder as my executable. And if not, there's always Python! Good luck! Max Orok On Sun, Jul 29, 2018 at 10:55 AM, Li Longhui wrote: > Greetings, > > > > This is Longhui. > > > > I am evaluating the gmsh s

[Gmsh] duplicate result views

2018-08-23 Thread Max Orok
Hi everyone, On loading simulation results into the Gmsh GUI after running a C++ solver from it, there are duplicates of each view loaded. It seems the solver is running twice, the second time loading the views? Is there anyway to disable this? -- Max Orok Summer Student www.mevex.com

Re: [Gmsh] duplicate result views

2018-08-25 Thread Max Orok
Thinking about the .opt file, of course it doesn't work the second time: the view is numbered differently. The other problem hopefully has a real cause! On Sat, Aug 25, 2018 at 11:34 AM, Max Orok wrote: > Here is your basic solver (it seems any solver will do) and a mesh file > that

Re: [Gmsh] Recommendation for scripting in gmsh

2018-08-26 Thread Max Orok
PI but > not in the .geo interpreter. > > Cheers, > > Héctor Espinoza > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > > -- Max Orok Summer Student www.mevex.com __

[Gmsh] bulk import of physical names?

2018-09-01 Thread Max Orok
"ReadMaterials", see https://www.opencascade.com/doc/occt-6.9.1/refman/html/class_s_t_e_p_c_a_f_control___reader.html but could Colors also be used as a workaround somehow? Thanks for your time, -- Max Orok Contractor Mevex Corp. www.mevex.com __

[Gmsh] Tips on large, tricky models?

2018-10-18 Thread Max Orok
quot; and the larger files start with "test_tube_small_box" A brep is attached for the large case as the Boolean Delete took around 5 hours! It was sped up by setting the option "Geometry.OCCParallel=1" however. Thank you for your time! Sincerely, M

[Gmsh] Fwd: Max number of fields

2018-10-26 Thread Max Orok
might need a > “huge” number of fields for some automatic adaptive grid refinement… > > > > A. > > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > > -- Max Orok

Re: [Gmsh] How do I set the random number seed with a "Mesh.Seed" option for deterministic mesh generation?

2018-10-26 Thread Max Orok
> -- > Thomas Kiel > Theoretische Optik und Photonik > > Humboldt-Universität zu Berlin, Institut für Physik > Newtonstraße 15, 12489 Berlin > <https://maps.google.com/?q=Newtonstra%C3%9Fe+15,+12489+Berlin=gmail=g> > > Tel.: +49 30 2093 7999 > E-Mail: tho

Re: [Gmsh] Extracting the electric field data

2018-09-30 Thread Max Orok
hod, the output files will still have the element data, but only to tie the values to the right elements. [image: image.png] Sincerely, Max Orok On Sun, Sep 30, 2018 at 10:11 AM mansour alawi wrote: > Dear there, > > I have been using GMSH software for quite some time to analyse the outcom

Re: [Gmsh] gmsh 4.0.1 mesh file write bug

2018-09-24 Thread Max Orok
Hi Rod, If Physical Surfaces (Volumes, etc. ) are set, only elements which are part of a Physical Group are saved in the mesh file. By setting the Mesh.SaveAll option to 1 (default is 0), you will then save all elements to the mesh file. Sincerely, Max Orok On Mon, Sep 24, 2018 at 5:28 AM Rob

Re: [Gmsh] gmsh crashing with no error message

2018-09-26 Thread Max Orok
Hi Dominic, This looks like undefined behaviour, in that the format specifier should be correct to prevent crashing. The program is likely trying to dereference 4, which is probably a segmentation fault. Sincerely, Max Orok On Wed, Sep 26, 2018 at 8:26 AM Dominic North wrote: > Hi Every

Re: [Gmsh] build conformal mesh from STEP file using only the GUI

2018-09-25 Thread Max Orok
> Thanks for helpful hints. > > > > Matthias > -- > > Erbe Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: > Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137 > > ________

Re: [Gmsh] Gradient plugin generating all zero vectors.

2018-12-18 Thread Max Orok
> gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] merge several partial meshes to a complete mesh

2019-03-27 Thread Max Orok
*** CODE-ASTER DYNAMIC ANALYSIS > 21 - 22 Nov 2019 > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Area/Volume of physical groups

2019-03-06 Thread Max Orok
t 11:23 AM Johannes wrote: > Hello, > > is there a way to get the surface area or volume of a physical group via > the Gmsh API? > > Kind Regards > Johannes > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.

Re: [Gmsh] Apply "refine by splitting" to a single transfinite surface

2019-03-06 Thread Max Orok
ing if there is a way to apply "refine by > splitting" to the top square only, so that the number of elements in the > top square is doubled, while the number of elements in the bottom square > doesn't change. How might I go about doing this? > > > Thanks for the help, >

Re: [Gmsh] segfaults on linux but not windows with SDK

2019-03-14 Thread Max Orok
). Do you remember what the issue > with the cwrap header was? Is there a way to fix or bypass that issue? > > Thanks for any help! > > Julien > > *On 27 Jul 2018, at 15:02, Max Orok <http://onelab.info/mailman/listinfo/gmsh>> wrote: > > *Yes, there was an issue w

Re: [Gmsh] Surfaces not lining up - new user

2019-03-14 Thread Max Orok
; > *T *+1 512 244 5205*M *+1 518 944 3519 > -- > > [image: Entegris | 50 years of pure advantage] <http://www.entegris.com/> > > 700 Jeffrey Way, Suite 400 > Round Rock, Texas 78665 USA > > > > [image: PACE | A values-driven culture] > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] terrain meshing with an sth file

2019-03-19 Thread Max Orok
? > > Thank you for your help and the nice piece of soft. > > Laurent > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com __

Re: [Gmsh] Another STL question

2019-03-19 Thread Max Orok
57748| F +61 7 373 57656 Email p.johns...@griffith.edu.au > On 20 Mar 2019, 1:51 AM +1000, Max Orok , wrote: > > Hi Peter, > > For two volumes (including STL imports), you can find the volume between > them using the `BooleanDifference` command. > > Here is a small example: &g

Re: [Gmsh] Another STL question

2019-03-19 Thread Max Orok
p.johns...@griffith.edu.au > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Post-processing stress field

2019-01-29 Thread Max Orok
file, but I didn’t find a solution. > > > > Inviato da Posta <https://go.microsoft.com/fwlink/?LinkId=550986> per > Windows 10 > > > _______ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Post-processing stress field

2019-01-30 Thread Max Orok
n each row is express the stress state of the element, I think I have to > copy this matrix into .msh file as $ElementData, but I do not unsterstand > well the input format, is that right this way? > > > Outlook <https://aka.ms/qtex0l> per iOS > -- &g

Re: [Gmsh] GMSH parsing is very slow

2019-01-31 Thread Max Orok
s really critical for me. > Are there some general recommendations on how to improve the startup time > of gmsh? > > Best regards > > A. S. > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/l

Re: [Gmsh] [gmsh] "silly" question

2019-05-29 Thread Max Orok
lab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Labeling the physical entities and extracting nodes on the surface of one physical entity

2019-04-28 Thread Max Orok
dil_______ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] creating patch on sphere

2019-04-28 Thread Max Orok
iversity | Nathan | QLD 4111 | Technology (N44) Room 3.19 > T +61 7 373 57748| F +61 7 373 57656 Email p.johns...@griffith.edu.au > On 25 Apr 2019, 1:36 AM +1000, Max Orok , wrote: > > Hi Peter, > > Scripts are always helpful! It is nice to be able to see the steps as you &g

Re: [Gmsh] creating patch on sphere

2019-04-24 Thread Max Orok
4111 | Technology (N44) Room 3.19 > T +61 7 373 57748| F +61 7 373 57656 Email p.johns...@griffith.edu.au > _______ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] mesh from STEP file: correct units

2019-04-23 Thread Max Orok
p; Technology Department > > Mekelweg 15, 2629 JB Delft, The Netherlands > > E-Mail: m.tibe...@tudelft.nl > > Website: http://www.nera.rst.tudelft.nl/ > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://one

Re: [Gmsh] gmsh compile

2019-08-13 Thread Max Orok
://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] info

2019-08-18 Thread Max Orok
; Thanks in advance > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] gmsh compile

2019-08-14 Thread Max Orok
I able to > import a TopoDS_Shape (I know there is a function for this) Or > alternativley , import a STP/IGES object and mesh it playing via C++ code > with mesh size ( see attached PDF) ? > Does Sdk let this? > Pls let me know > Mauro > > > Il giorno mer 14 ago 2019 alle ore 06:27

Re: [Gmsh] How to add a Point to a Surface with the gmsh Python API?

2019-08-20 Thread Max Orok
nt(.5, .5, 0, 0.1, 5) > > ??? gmsh.model.geo.addPoint2Surface(???) > > gmsh.model.geo.synchronize() > gmsh.model.mesh.generate(2) > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Different behaviour in Win or Linux

2019-07-22 Thread Max Orok
rent OS? Thank you. > > Alessandro > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

[Gmsh] Rust bindings experiment

2019-07-26 Thread Max Orok
ling. Please let me know if you have any comments or suggestions. Have a nice weekend! Max -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] python API save geo file

2019-09-28 Thread Max Orok
eo_unrolled") >> >> Christophe >> >> >> >> > in the attached script. I am only beginning to explore the API and this >> would allow me to >> > create part of the model in python, save it and optionally continue in >> gmsh language. I guess >> &

Re: [Gmsh] python API save geo file

2019-09-26 Thread Max Orok
gt; gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] hyperbolic-tangent function in a for loop

2019-09-26 Thread Max Orok
; Recombine; > } > //+ > Transfinite Surface {1}; > //+ > Physical Surface("Back") = {7}; > //+ > Physical Surface("Front") = {1}; > //+ > Physical Surface("HotWall") = {5}; > //+ > Physical Surface("ColdWall") = {3}; > //+ >

Re: [Gmsh] Finding coordinates of transformed point in python api

2019-09-30 Thread Max Orok
ith.edu.au > _______ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com import gmsh gmsh.initialize() p1 = gmsh.model.occ.addPoint(0, 0, 0) gmsh.model.occ.translate([(0, p1)], 1.0,

Re: [Gmsh] adaptive meshing: using PView

2019-11-17 Thread Max Orok
produced by a wrong ordering of data passed to > gmsh::view::addListData. > But the data file printed by gmsh::view::write(viewTag, "data.pos") > seems good and the values are not exchanged with > the coordinates. > > So I do not understand where is the problem. May you please give me a > hint ? > > > Thanks in advance, > Walter Steffè > > > > > > > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] adaptive meshing: using PView

2019-11-18 Thread Max Orok
> might" > > " want to use a list-based view (.pos file) instead"); > > return 0; > > } > > > > But now I am thinking that probably this was because the current model > was not switched to the new one (using gmsh::model::setCurrent()) &g

Re: [Gmsh] Gmsh crashes exporting vec fields in .pvtu format

2019-11-22 Thread Max Orok
lly try to export it in pvtu, Gmsh > crashes. > > So, I suspect the problem is in the export of .pos view to pvtu format. > > > > Hope these are useful examples. > > > > Best regards, > > Marco > > > > *From:* Max Orok [mailto:mo...@mevex.com]

Re: [Gmsh] Change position of value scale

2019-12-04 Thread Max Orok
Mekelweg 15, 2629 JB Delft, The Netherlands > > E-Mail: *m.tibe...@tudelft.nl * > > Website: http://www.nera.rst.tudelft.nl/ > > > > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

[Gmsh] Python scripts as onelab solvers

2019-12-05 Thread Max Orok
one? Thank you, Max -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Python scripts as onelab solvers

2019-12-06 Thread Max Orok
Thank you, that's very helpful. I was trying to add Gmsh API python scripts through the Add Solver -> Choose exe path and think it was failing because the lack of proper onelab.py setup. On Fri, Dec 6, 2019 at 4:18 AM Christophe Geuzaine wrote: > > > > On 5 Dec 2019, at 23:29,

Re: [Gmsh] Changing Post processing "Aspect" options on the API

2019-09-25 Thread Max Orok
> > Thanks in advance once again, > Tomas > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] GmshToFoam Error

2020-02-13 Thread Max Orok
r or exterior faces that share the > same 0th point > > > > > > This error then repeats several times, and then it seems to successfully > find faces for the rest of the patches. > > The checkMesh error is ‘Unused points found in the mesh, numb

Re: [Gmsh] Create mesh for 1D geometry

2020-02-06 Thread Max Orok
l > > > > > > Thanks, > > > Deepa > > > > > > > > > > _______ > > gmsh mailing list > > gmsh@onelab.info > > > > http://onelab.info/mailman/listinfo/gmsh > > > > >

Re: [Gmsh] Create mesh for 1D geometry

2020-02-07 Thread Max Orok
ally, I have specified coordinate positions to create points at every > delx= say,0.5 in CAD. > > Many thanks, > Deepa > > On Fri, Feb 7, 2020 at 1:52 AM Max Orok wrote: > >> Using the python api, building on Jeremy's nice example, but omitting >> physica

[Gmsh] Transforming mesh

2020-01-11 Thread Max Orok
Hi everyone, Is there a way to transform a mesh and obtain another mesh file based on that transformation? The Manipulation window is perfect, but I'd like to be able to save the transformed mesh. Thank you, Max -- Max Orok Contractor www.mevex.com

Re: [Gmsh] Transforming mesh

2020-01-13 Thread Max Orok
Hi Jeremy, thanks for your response. This is kind of what I've got going right now with the attached scripts: I'd like to be able to do this in the GUI, just because the adjustment is a little touchy. Maybe an extension could be to combine these into a ONELAB client and try it that way. I also

Re: [Gmsh] Transforming mesh

2020-01-16 Thread Max Orok
sion. Here is a copy if anyone would like to try it: [image: image.png] On Tue, Jan 14, 2020 at 1:53 AM Christophe Geuzaine wrote: > > > > On 13 Jan 2020, at 23:23, Max Orok wrote: > > > > Thank you Christophe, I was scared off a bit from setNodes by the doc > >

Re: [Gmsh] Transforming mesh

2020-01-13 Thread Max Orok
ine wrote: > > > > On 13 Jan 2020, at 19:15, Max Orok wrote: > > > > Hi Jeremy, thanks for your response. > > This is kind of what I've got going right now with the attached scripts: > > > > I'd like to be able to do this in the GUI, just because the adj

Re: [Gmsh] Creating 3D geometry

2020-01-04 Thread Max Orok
eometry from the above images in > gmsh will be really helpful. > > Thanks a lot, > Deepa > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com _

Re: [Gmsh] Creating 3D geometry

2020-01-07 Thread Max Orok
n be done. > > Deepa > > On Sun, Jan 5, 2020 at 12:03 AM Max Orok wrote: > >> Hi Deepa, >> >> What sort of 3D geometry are you trying to get? Are those tubes or some >> sort of tunnel cutout of a solid? >> This looks pretty cool :) >> >> Max &

Re: [Gmsh] Questions on 4.1 format

2020-03-30 Thread Max Orok
, won't be? > > The next steps will be to use it through the Python API  > > Bye > > Paul > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.me

Re: [Gmsh] asking for help

2020-05-11 Thread Max Orok
> Fax: +34 956016079 > Secretary: +34 956016078 > > "All I wanna say is that they don't really care about us", Michael Jackson > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > --

Re: [Gmsh] Adding second-order nodes to tet4

2020-03-19 Thread Max Orok
h. > > I only have the .msh file, not the original geometry. > > Any ideas? > > Regards > -- > jeremy theler > www.seamplex.com > > > > > ___ > gmsh mailing list > gmsh@onelab.info > htt

Re: [Gmsh] Transfinite 3D meshing

2020-10-06 Thread Max Orok
ame(1, p, "outlet_curve") > > for si in s_no_slip: > gmsh.model.geo.mesh.setTransfiniteSurface(si) > > # VOLUME > s = model.getEntities(3) > p = model.addPhysicalGroup(3, [s[i][1] for i in range(len(s))]) > model.setPhysicalName(3, p, "air") > > for vi i

Re: [Gmsh] Question about adding new solver in onelab

2020-08-25 Thread Max Orok
te: > Where is the "Solver.AutoMesh = 0" option? > > ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com

Re: [Gmsh] Scripting multiple views in one picture

2020-08-27 Thread Max Orok
reading! > > Best wishes. ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] GMSH units

2020-09-24 Thread Max Orok
ank you so much for reading. > > Best, Zuheyr ___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh m

Re: [Gmsh] SolidWorks tagging elementary entities

2020-10-27 Thread Max Orok
Any advice is appreciated. > > > Charles > > Swinburne University of Technology > > > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > _______ > gmsh mailing

Re: [Gmsh] Does OCC fillet splines?

2020-07-30 Thread Max Orok
as the face being extruded and not splines (only as > guidewires) so that's not much help. > > > I attached .brep of the volume that I'm having trouble with. > > Thanks! > > Karim > > ___ > gmsh mailing list > g

Re: [Gmsh] Error codes.

2020-07-03 Thread Max Orok
elab.info > > http://onelab.info/mailman/listinfo/gmsh > > — > Prof. Christophe Geuzaine > University of Liege, Electrical Engineering and Computer Science > http://www.montefiore.ulg.ac.be/~geuzaine > > > > > ___ > gmsh m

Re: [Gmsh] Comparison of different meshes

2020-08-14 Thread Max Orok
> Maurice Rohracker > Master Computational Engineering > FAU Erlangen-Nürnberg___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Problem with gmsh mesh in freefem++

2020-12-20 Thread Max Orok
___ > gmsh mailing list > gmsh@onelab.info > http://onelab.info/mailman/listinfo/gmsh > -- Max Orok Contractor www.mevex.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh