Getting and Setting Mesh Data
The data in the mesh object can be accessed and manipulated via getters and setters. You can get vertex coordinates, elements, and for each element the number of its geometric entity. The element matrix consists of indexes into the vertex list. The entity list contains the entity number of each element. There is one element matrix and one entity number list for each type.