Hi!
I am working on both my computer and distant computing resources provided by my lab and I seem to have a compatibility issue. I have created a .mesh file in the distant computer (using what is called v.4.4-2-nopetsc). When I try to read it in my computer (v.4.4-3), I have the following error:
read mesh ok 1Mesh3, num Tetra:= 0, num Vertice:= 0 num boundary Triangles:= 0
-- Mesh3::Mesh3 Erreur opening cylm10.mesh
current line = 18
Assertion fail : (0)
line :161, in file ../femlib/Mesh3dn.cpp
Assertion fail : (0)
line :161, in file ../femlib/Mesh3dn.cpp
Yet my .mesh file begins with
MeshVersionFormatted 2
Dimension 3
Vertices
29355
I have tried to generate my own .mesh file to compare and try to understand the problem, but using
savemesh(Th,"cylm10_home.msh") // or .mesh
or
savevtk("cylm10_home.vtu",Th);
result in the error
Unable to open file cylm10_home.msh // or .mesh or .vtu
Do you have an idea on how I could read the mesh correctly? (and why I cannot save a mesh?)