Import 3D volume meshes

Hello,

I exported a volume mesh in two different formats and import them :

  • gmsh file format using gmshload3 : it works
  • medit file format using readmesh3 : i have some “badly orienated tet”

These two files contain exactly the same informations.

Effectively in case of gmshload3 no test are done in freefem++,

Thank, I will correct this soon has possible.

Hi,
I just did a similar simulation by importing a Tet mesh as attached, which was OK using:

mesh3 Th=readmesh3(“ff.mesh”);
plot(Th);
image
You may have a try.
Best,
Yognxing.
ff.mesh (589.6 KB)

1 Like