Base of all NETGEN algorithms. More...
Public Member Functions | |
| def | __init__ |
| 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 | |
| algoType | |
Base of all NETGEN algorithms.
| def __init__ | ( | self, | |
| mesh, | |||
geom = 0 |
|||
| ) |
Reimplemented in NETGEN_1D2D3D_Algorithm_2, NETGEN_1D2D_Algorithm_2, NETGEN_3D_Algorithm, NETGEN_2D_Only_Algorithm, NETGEN_1D2D_Algorithm, and NETGEN_1D2D3D_Algorithm.
References NETGEN_Algorithm.algoType.
| def SetMaxSize | ( | self, | |
| theSize | |||
| ) |
Sets MaxSize.
References NETGEN_Algorithm.Parameters().
| def SetMinSize | ( | self, | |
| theSize | |||
| ) |
Sets MinSize.
References NETGEN_Algorithm.Parameters().
| def SetOptimize | ( | self, | |
| theVal | |||
| ) |
Sets Optimize flag.
References NETGEN_Algorithm.Parameters().
| def SetFineness | ( | self, | |
| theFineness | |||
| ) |
Sets Fineness.
| theFineness | is: VeryCoarse, Coarse, Moderate, Fine, VeryFine or Custom |
References NETGEN_Algorithm.Parameters().
| def SetGrowthRate | ( | self, | |
| theRate | |||
| ) |
Sets GrowthRate.
References NETGEN_Algorithm.Parameters().
| def Parameters | ( | self, | |
which = SOLE |
|||
| ) |
Defines hypothesis having several parameters.
| params |
| algoType |