Giter Club home page Giter Club logo

Comments (10)

Max-EDFLMT avatar Max-EDFLMT commented on June 3, 2024 1

Seems to work like a charm !

I still have the warning message "Wrong control point index in bspline" if it helps for other bugs fixing

Anyway thanks for that instant fix and again for the useful tool.

Maxime

from mtex2gmsh.

DorianDepriester avatar DorianDepriester commented on June 3, 2024

Hello Maxime,
Which Gmsh version do you use?

from mtex2gmsh.

Max-EDFLMT avatar Max-EDFLMT commented on June 3, 2024

Hello Dorian,
I use the latest one (4.7.1). I tried an older one (4.4.1), nothing changes

from mtex2gmsh.

DorianDepriester avatar DorianDepriester commented on June 3, 2024

Could you share the content of the geo file please (here or using e.g. PasteBin)?

from mtex2gmsh.

Max-EDFLMT avatar Max-EDFLMT commented on June 3, 2024

Here it is !

The geo file is quite large, I can do something better if it is useful for you.
The incriminated grain in the example is Grain_47 / PhysicalVolume(47) etc ... (you know this better than me)

G.txt

from mtex2gmsh.

DorianDepriester avatar DorianDepriester commented on June 3, 2024

Ok, thank you.
I have figured what's wrong; this is due to duplicates in line loops. It will try to make a patch asap.

In the meantime, here is a workaround for your case: in the geo file, change the following definition (l. 68258):

Plane Surface(197)={198,199,100,95,102,200};

to

Plane Surface(197)={198,199,100,95,102,47};

and it should be OK.

Regards

from mtex2gmsh.

Max-EDFLMT avatar Max-EDFLMT commented on June 3, 2024

Thanks for your responsiveness !

There are multiple errors of this type in my mesh, I guess I'll need to wait for the patch.

Best Regards

from mtex2gmsh.

DorianDepriester avatar DorianDepriester commented on June 3, 2024

Here is the patch. Try with the newer version of MTEX2Gmsh and tell me how it goes.

from mtex2gmsh.

DorianDepriester avatar DorianDepriester commented on June 3, 2024

Hello @Max-EDFLMT ,
Just to mention that commit 8f704a6 adds verbosity option for the mesh() command. It helps turning off those warnings.
Regards

from mtex2gmsh.

Max-EDFLMT avatar Max-EDFLMT commented on June 3, 2024

Hello Dorian,
Thanks for the info. I can reconfirm that everything works fine with numerous tests since my last message.
Best Regards

from mtex2gmsh.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.