Triangle (helper) 1D-2D algorithm. More...

Public Member Functions | |
| def | __init__ (self, mesh, geom=0) |
| Private constructor. More... | |
Static Public Attributes | |
| algoType = NETGEN | |
| name of the dynamic method in smeshBuilder.Mesh class More... | |
Triangle (helper) 1D-2D algorithm.
This is the helper class that is used just to allow creating of create NETGEN_1D2D algorithm by calling smeshBuilder.Mesh.Triangle( smeshBuilder.NETGEN, geom=0 ); this is required for backward compatibility with old Python scripts.
| def __init__ | ( | self, | |
| mesh, | |||
geom = 0 |
|||
| ) |
Private constructor.
| mesh | parent mesh object algorithm is assigned to |
| geom | geometry (shape/sub-shape) algorithm is assigned to; if it is 0 (default), the algorithm is assigned to the main shape |
Reimplemented from NETGEN_1D2D_Algorithm.
References NETGEN_Algorithm.algoType, NETGEN_1D2D3D_Algorithm.algoType, NETGEN_1D2D_Algorithm.algoType, NETGEN_2D_Only_Algorithm.algoType, NETGEN_3D_Algorithm.algoType, NETGEN_3D_Remote_Algorithm.algoType, NETGEN_2D_Remote_Algorithm.algoType, and NETGEN_1D2D_Algorithm_2.algoType.
|
static |
name of the dynamic method in smeshBuilder.Mesh class