Re: displaying two different meshes simultaneously in GiD
Posted: Mon Dec 12, 2016 9:13 pm
Yes, you can write more than one mesh in the .post.msh file
MESH "FinitePoint2D 1" dimension 3 ElemType Point Nnode 1
Coordinates
...
End coordinates
Elements
...
End elements
MESH "SurfaceMesh 1" dimension 3 ElemType Quadrilateral Nnode 4
Coordinates
...
End coordinates
Elements
...
End elements
and define the nodal results only in some nodes, e.g. the ones of the 'Point' mesh
(the elements with nodes without result will be drawn transparent when drawing a contour filled result)
MESH "FinitePoint2D 1" dimension 3 ElemType Point Nnode 1
Coordinates
...
End coordinates
Elements
...
End elements
MESH "SurfaceMesh 1" dimension 3 ElemType Quadrilateral Nnode 4
Coordinates
...
End coordinates
Elements
...
End elements
and define the nodal results only in some nodes, e.g. the ones of the 'Point' mesh
(the elements with nodes without result will be drawn transparent when drawing a contour filled result)