Version: 9.16.0
Home
NETGEN_1D2D_Algorithm_2 Class Reference

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

Inheritance diagram for NETGEN_1D2D_Algorithm_2:
Inheritance graph

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...
 

Detailed Description

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.

Note
This class (and corresponding smeshBuilder.Mesh function) is obsolete; use smeshBuilder.Mesh.Triangle( smeshBuilder.NETGEN_1D2D, geom=0 ) instead.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  mesh,
  geom = 0 
)

Private constructor.

Parameters
meshparent mesh object algorithm is assigned to
geomgeometry (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.

Field Documentation

◆ algoType

algoType = NETGEN
static

name of the dynamic method in smeshBuilder.Mesh class