Public Member Functions | |
def | contour3 |
visualize contour3 of triagular meshes by using gmsh. |
A simple gmsh wrapper class for parsing 3-dimensional geo file. This class only treat 3-dimensinoal nodes and points, lines and tetrahedoron elements.
def openacoustics.gmsh.GMsh3D.contour3 | ( | self, | ||
idxs, | ||||
x, | ||||
y, | ||||
z, | ||||
scalars, | ||||
title, | ||||
xlabel, | ||||
ylabel, | ||||
order | ||||
) |
visualize contour3 of triagular 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 | |
scalar | values at x,y,z | |
title | title of graph | |
xlabel | label of x axis | |
ylabel | label of y axis | |
order | order of elementvisualize contour3 of triagular meshes by using gmsh. The cordinates of vertices are x, y, z arrays and the vertices are indexed by idxs array. |