Defines a tetrahedron 3D algorithm It is created by calling Mesh.Tetrahedron() More...
Public Member Functions | |
| def | __init__ |
| Private constructor. | |
| def | MaxElementVolume |
| Defines "MaxElementVolume" hypothesis to give the maximun volume of each tetrahedron. | |
| def | SetMaxSize |
| Sets MaxSize. | |
| def | SetMinSize |
| Sets MinSize. | |
| def | SetOptimize |
| Sets Optimize flag. | |
| def | SetFineness |
| Sets Fineness. | |
| def | SetGrowthRate |
| Sets GrowthRate. | |
| def | Parameters |
| Defines hypothesis having several parameters. | |
Data Fields | |
| params | |
Static Public Attributes | |
| string | meshMethod = "Tetrahedron" |
| algoType = NETGEN | |
| isDefault = True | |
Defines a tetrahedron 3D algorithm It is created by calling Mesh.Tetrahedron()
| def __init__ | ( | self, | |
| mesh, | |||
geom = 0 |
|||
| ) |
Private constructor.
Reimplemented from NETGEN_Algorithm.
| def MaxElementVolume | ( | self, | |
| vol, | |||
UseExisting = 0 |
|||
| ) |
Defines "MaxElementVolume" hypothesis to give the maximun volume of each tetrahedron.
| vol | for the maximum volume of each tetrahedron |
| UseExisting | if ==true - searches for the existing hypothesis created with the same parameters, else (default) - creates a new one |
|
inherited |
Sets MaxSize.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets MinSize.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets Optimize flag.
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets Fineness.
| theFineness | is: VeryCoarse, Coarse, Moderate, Fine, VeryFine or Custom |
References NETGEN_Algorithm.Parameters().
|
inherited |
Sets GrowthRate.
References NETGEN_Algorithm.Parameters().
|
inherited |
Defines hypothesis having several parameters.
|
static |
|
static |
|
static |
|
inherited |