openacoustics.gmsh.GMsh3D Class Reference

for handling 3-dimensinal geometry and nodes More...

Inheritance diagram for openacoustics.gmsh.GMsh3D:

Inheritance graph
[legend]
Collaboration diagram for openacoustics.gmsh.GMsh3D:

Collaboration graph
[legend]

List of all members.

Public Member Functions

def contour3
 visualize contour3 of triagular meshes by using gmsh.


Detailed Description

for handling 3-dimensinal geometry and nodes

A simple gmsh wrapper class for parsing 3-dimensional geo file.
This class only treat 3-dimensinoal nodes and points, lines and tetrahedoron elements.

Member Function Documentation

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.

Parameters:
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 element
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.


The documentation for this class was generated from the following file:

Generated on Wed Dec 24 13:58:47 2008 for OpenAcoustics by  doxygen 1.5.5