Triangle NETGEN 1D-2D algorithm. More...

Public Member Functions | |
| def | __init__ (self, mesh, geom=0) |
| Private constructor. More... | |
Static Public Attributes | |
| string | meshMethod = "Triangle" |
| name of the dynamic method in smeshBuilder.Mesh class More... | |
| algoType = NETGEN_1D2D | |
| type of algorithm used with helper function in smeshBuilder.Mesh class More... | |
| string | docHelper = "Creates triangle 2D algorithm for faces" |
| doc string of the method More... | |
Triangle NETGEN 1D-2D algorithm.
It can be created by calling smeshBuilder.Mesh.Triangle( smeshBuilder.NETGEN_1D2D, geom=0 )
This algorithm generates 1D (edges) and 2D (faces) elements for given geometrical shape.
| 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_1D2D3D_Algorithm.
Reimplemented in NETGEN_1D2D_Algorithm_2.
|
static |
name of the dynamic method in smeshBuilder.Mesh class
|
static |
type of algorithm used with helper function in smeshBuilder.Mesh class
|
static |
doc string of the method