[Gmsh] lines (faces) counter for 2D mesh
Vladimír HRIC
vladimir.hric at gmail.com
Fri Mar 21 18:24:50 CET 2014
Hello autors,
firstly thank you very much for great software. I use it regularly a I
find it very good.
My question: Is there any possibility to add the list of all
faces/edges (lines in 2D) with vertices defining the face?
Something like that:
$Nodes
total no of nodes
1
.
.
.
n
$EndNodes
$Elements
total no of elements
1
.
.
.
m
$EndElements
$Faces
total no of faces
1 vertex1 vertex2
.
.
.
k
$EndFaces
Thank you very much in advance.
Vladimir Hric