Inheritance diagram for smesh.Mesh_Tetrahedron:
Public Member Functions |
|
def | __init__ |
Private constructor. |
|
def | MaxElementVolume |
Define "MaxElementVolume" hypothesis to
give the maximun volume of each tetrahedral. |
|
def | Parameters |
Define "Netgen 3D Parameters" hypothesis. |
|
def | SetMaxSize |
Set MaxSize. |
|
def | SetSecondOrder |
Set SecondOrder flag. |
|
def | SetOptimize |
Set Optimize flag. |
|
def | SetFineness |
Set Fineness. |
|
def | SetGrowthRate |
Set GrowthRate. |
|
def | SetNbSegPerEdge |
Set NbSegPerEdge. |
|
def | SetNbSegPerRadius |
Set NbSegPerRadius. |
|
def | GetSubMesh |
If the algorithm is global, return 0; else return the submesh associated to this algorithm. |
|
def | GetAlgorithm |
Return the wrapped mesher. |
|
def | GetCompatibleHypothesis |
Get list of hypothesis that can be used
with this algorithm. |
|
def | GetName |
Get name of algo. |
|
def | SetName |
Set name to algo. |
|
def | GetId |
Get id of algo. |
|
def | TreatHypoStatus |
Private method. |
|
def | Create |
Private method. |
|
def | Hypothesis |
Private method. |
|
Data Fields |
|
algoType | |
params | |
mesh | |
geom | |
subm | |
algo | |
Static Public Attributes |
|
int | params = 0 |
int | algoType = 0 |
int | mesh = 0 |
int | geom = 0 |
int | subm = 0 |
int | algo = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Print error message if a hypothesis was not assigned. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|