femsample3d2.GeoParser Class Reference

Inheritance diagram for femsample3d2.GeoParser:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def viewGeo
def loadGeo
def getNodes
def getPoints
def getTriangles
def getTetrahedra
def getLines
def getElements


Detailed Description

A simple gmsh wrapper class for parsing geo file.

Member Function Documentation

def femsample3d2.GeoParser.viewGeo (   self,
  geo 
)

visualize geometry by using gmsh

def femsample3d2.GeoParser.loadGeo (   self,
  geo,
  clscale = 1,
  order = 1 
)

load geometry file to instance

def femsample3d2.GeoParser.getNodes (   self  ) 

read nodes from loaded geo file.

def femsample3d2.GeoParser.getPoints (   self,
  physname 
)

read point elements with elmtype(int) and physname(str)

def femsample3d2.GeoParser.getTriangles (   self,
  physname 
)

read triangular elements with elmtype(int) and physname(str)

def femsample3d2.GeoParser.getTetrahedra (   self,
  physname,
  order = 1 
)

read triangular elements with elmtype(int) and physname(str)

def femsample3d2.GeoParser.getLines (   self,
  physname 
)

read linear elements with elmtype(int) and physname(str)

def femsample3d2.GeoParser.getElements (   self,
  elmtype,
  physname 
)

called internally. read elements with elmtype(int) and physname(str)


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

Generated on Sat Dec 20 17:24:53 2008 for OpenAcoustics by  doxygen 1.5.5