Python API for the NETGEN meshing plug-in module. More...
Data Structures | |
class | NETGEN_Algorithm |
Base of all NETGEN algorithms. More... | |
class | NETGEN_1D2D3D_Algorithm |
Tetrahedron 1D-2D-3D algorithm. More... | |
class | NETGEN_1D2D_Algorithm |
Triangle NETGEN 1D-2D algorithm. More... | |
class | NETGEN_2D_Only_Algorithm |
Triangle NETGEN 2D algorithm. More... | |
class | NETGEN_3D_Algorithm |
Tetrahedron 3D algorithm. More... | |
class | NETGEN_1D2D_Algorithm_2 |
Triangle (helper) 1D-2D algorithm. More... | |
class | NETGEN_1D2D3D_Algorithm_2 |
Tetrahedron (helper) 1D-2D-3D algorithm. More... | |
Variables | |
int | noNETGENPlugin = 0 |
string | LIBRARY = "libNETGENEngine.so" |
string | NETGEN_3D = "NETGEN_3D" |
Algorithm type: Netgen tetrahedron 3D algorithm, see NETGEN_3D_Algorithm. More... | |
string | NETGEN_1D2D3D = "NETGEN_2D3D" |
Algorithm type: Netgen tetrahedron 1D-2D-3D algorithm, see NETGEN_1D2D3D_Algorithm. More... | |
string | NETGEN_1D2D = "NETGEN_2D" |
Algorithm type: Netgen triangle 1D-2D algorithm, see NETGEN_1D2D_Algorithm. More... | |
string | NETGEN_2D = "NETGEN_2D_ONLY" |
Algorithm type: Netgen triangle 2D algorithm, see NETGEN_2D_Only_Algorithm. More... | |
NETGEN_FULL = NETGEN_1D2D3D | |
Algorithm type: Synonim of NETGEN_1D2D3D, see NETGEN_1D2D3D_Algorithm. More... | |
NETGEN = NETGEN_3D | |
Algorithm type: Synonim of NETGEN_3D, see NETGEN_3D_Algorithm. More... | |
FULL_NETGEN = NETGEN_FULL | |
Algorithm type: Synonim of NETGEN_1D2D3D, see NETGEN_1D2D3D_Algorithm. More... | |
int | SOLE = 0 |
Hypothesis type enumeration: complex hypothesis (full set of parameters can be specified), see NETGEN_Algorithm.Parameters() More... | |
int | SIMPLE = 1 |
Hypothesis type enumeration: simple hypothesis (only major parameters are specified), see NETGEN_Algorithm.Parameters() More... | |
int | VeryCoarse = 0 |
Fineness enumeration: very coarse quality of mesh, see NETGEN_Algorithm.SetFineness() More... | |
int | Coarse = 1 |
Fineness enumeration: coarse quality of mesh, see NETGEN_Algorithm.SetFineness() More... | |
int | Moderate = 2 |
Fineness enumeration: moderate quality of mesh, see NETGEN_Algorithm.SetFineness() More... | |
int | Fine = 3 |
Fineness enumeration: fine quality of mesh, see NETGEN_Algorithm.SetFineness() More... | |
int | VeryFine = 4 |
Fineness enumeration: very fine quality of mesh, see NETGEN_Algorithm.SetFineness() More... | |
int | Custom = 5 |
Fineness enumeration: custom quality of mesh specified by other parameters), see NETGEN_Algorithm.SetFineness() More... | |
Python API for the NETGEN meshing plug-in module.
int noNETGENPlugin = 0 |
string LIBRARY = "libNETGENEngine.so" |
string NETGEN_3D = "NETGEN_3D" |
Algorithm type: Netgen tetrahedron 3D algorithm, see NETGEN_3D_Algorithm.
string NETGEN_1D2D3D = "NETGEN_2D3D" |
Algorithm type: Netgen tetrahedron 1D-2D-3D algorithm, see NETGEN_1D2D3D_Algorithm.
string NETGEN_1D2D = "NETGEN_2D" |
Algorithm type: Netgen triangle 1D-2D algorithm, see NETGEN_1D2D_Algorithm.
string NETGEN_2D = "NETGEN_2D_ONLY" |
Algorithm type: Netgen triangle 2D algorithm, see NETGEN_2D_Only_Algorithm.
NETGEN_FULL = NETGEN_1D2D3D |
Algorithm type: Synonim of NETGEN_1D2D3D, see NETGEN_1D2D3D_Algorithm.
NETGEN = NETGEN_3D |
Algorithm type: Synonim of NETGEN_3D, see NETGEN_3D_Algorithm.
FULL_NETGEN = NETGEN_FULL |
Algorithm type: Synonim of NETGEN_1D2D3D, see NETGEN_1D2D3D_Algorithm.
int SOLE = 0 |
Hypothesis type enumeration: complex hypothesis (full set of parameters can be specified), see NETGEN_Algorithm.Parameters()
int SIMPLE = 1 |
Hypothesis type enumeration: simple hypothesis (only major parameters are specified), see NETGEN_Algorithm.Parameters()
int VeryCoarse = 0 |
Fineness enumeration: very coarse quality of mesh, see NETGEN_Algorithm.SetFineness()
int Coarse = 1 |
Fineness enumeration: coarse quality of mesh, see NETGEN_Algorithm.SetFineness()
int Moderate = 2 |
Fineness enumeration: moderate quality of mesh, see NETGEN_Algorithm.SetFineness()
int Fine = 3 |
Fineness enumeration: fine quality of mesh, see NETGEN_Algorithm.SetFineness()
int VeryFine = 4 |
Fineness enumeration: very fine quality of mesh, see NETGEN_Algorithm.SetFineness()
int Custom = 5 |
Fineness enumeration: custom quality of mesh specified by other parameters), see NETGEN_Algorithm.SetFineness()