Version: 9.16.0
Home
NETGEN_1D2D_Algorithm Class Reference

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

Inheritance diagram for NETGEN_1D2D_Algorithm:
Inheritance graph

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

Detailed Description

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.

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

Reimplemented in NETGEN_1D2D_Algorithm_2.

Field Documentation

◆ meshMethod

string meshMethod = "Triangle"
static

name of the dynamic method in smeshBuilder.Mesh class

◆ algoType

algoType = NETGEN_1D2D
static

type of algorithm used with helper function in smeshBuilder.Mesh class

◆ docHelper

string docHelper = "Creates triangle 2D algorithm for faces"
static

doc string of the method