IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Geometry and topology of an unstructured 2D mesh. Presents both connected meshes and unconnected sets of points. More...
Public Member Functions | |
UnstructuredMeshGeometry2d () | |
Constructs a new empty unstructured grid (no elements contained) with no name and no description. | |
UnstructuredMeshGeometry2d (int numElements) | |
Creates a new unstructured grid with the specified number of elements. | |
UnstructuredMeshGeometry2d (int numElements, string fieldName) | |
Constructs a new unstructured grid with the specified number of elements and name. | |
UnstructuredMeshGeometry2d (int numElements, string fieldName, string fieldDescription) | |
Constructs a new unstructured grid with the specified number of elements, name and description. Table of elements is allocated. |
Geometry and topology of an unstructured 2D mesh. Presents both connected meshes and unconnected sets of points.
TCoord | Type of nodal coordinates. |
$A Igor Jan08 Mar09;
IG::Num::UnstructuredMeshGeometry2d< TCoord >::UnstructuredMeshGeometry2d | ( | ) | [inline] |
Constructs a new empty unstructured grid (no elements contained) with no name and no description.
IG::Num::UnstructuredMeshGeometry2d< TCoord >::UnstructuredMeshGeometry2d | ( | int | numElements | ) | [inline] |
Creates a new unstructured grid with the specified number of elements.
numElements | Number of elements of the coordinate field. |
IG::Num::UnstructuredMeshGeometry2d< TCoord >::UnstructuredMeshGeometry2d | ( | int | numElements, |
string | fieldName | ||
) | [inline] |
Constructs a new unstructured grid with the specified number of elements and name.
numElements | Number of elements. |
fieldName | Name of the field. |
IG::Num::UnstructuredMeshGeometry2d< TCoord >::UnstructuredMeshGeometry2d | ( | int | numElements, |
string | fieldName, | ||
string | fieldDescription | ||
) | [inline] |
Constructs a new unstructured grid with the specified number of elements, name and description. Table of elements is allocated.
numElements | Number of elements. |
fieldName | Name of the field. |
fieldDescription | Field description. |