| Detailed description |
|
|
DONE
======================================================
2/ import from *.m
proposal for line 1003 :
li={'LINES3','beam3';'TRIANGLES6','tria6';'TETS10','tetra10';...
'LINES','beam1';'TRIANGLES','tria3';'QUADS','quad4';...
'HEXAHEDRA','hexa8'};
1/ unable to read a mesh file from gmsh version 4.1
->mo1=fe_gmsh('read',fname)
->file provided in dropbox
->gmsh command: Mesh.Format=49
@Eric : I updated the documentation. For GMSH >4 one now uses the Matlab export format. Please provide test cases when encountering problems. |
|