Public Member Functions | |
def | contour |
visualize contour of triagnel meshes by using gmsh. |
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 openacoustics.gmsh.GMsh2D.contour | ( | self, | ||
idxs, | ||||
x, | ||||
y, | ||||
z, | ||||
title, | ||||
xlabel, | ||||
ylabel, | ||||
order = 1 , |
||||
file = "" | ||||
) |
visualize contour of triagnel meshes by using gmsh.
The cordinates of vertices are x, y, z arrays and the vertices are indexed by idxs array.
self | The object pointer. | |
idxs | index array of x,y,z | |
vertices | of x | |
vertices | of y | |
vertices | of z | |
title | title of graph | |
xlabel | label of x axis | |
ylabel | label of y axis | |
order | order of elementvisualize contour of triagnel meshes by using gmsh. The cordinates of vertices are x, y, z arrays and the vertices are indexed by idxs array. |