Public Member Functions | |
def | viewGeo |
def | loadGeo |
def | getNodes |
def | getPoints |
def | getTriangles |
def | getTetrahedra |
def | getLines |
def | getElements |
A simple gmsh wrapper class for parsing geo file.
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)