Public Member Functions | |
def | contour3 |
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.GMsh3D.contour3 | ( | self, | ||
idxs, | ||||
x, | ||||
y, | ||||
z, | ||||
scalars, | ||||
title, | ||||
xlabel, | ||||
ylabel | ||||
) |
visualize contour3 of triangular meshes by using gmsh. The cordinates of vertices are x, y, z arrays and the vertices are indexed by idxs array.