Public Member Functions | |
def | contour |
A simple gmsh wrapper class for parsing 2-dimensional geo file. This class only treat 2-dimensinoal nodes and points, lines and triangular elements.
def femsample3d2.GMsh2D.contour | ( | self, | ||
idxs, | ||||
x, | ||||
y, | ||||
z, | ||||
title, | ||||
xlabel, | ||||
ylabel | ||||
) |
visualize contour of triangular meshes by using gmsh. The cordinates of vertices are x, y, z arrays and the vertices are indexed by idxs array.