|
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...
Inheritance diagram for IG::Num::UnstructuredMeshGeometry3d< TCoord >:
Collaboration diagram for IG::Num::UnstructuredMeshGeometry3d< TCoord >:Public Member Functions | |
| UnstructuredMeshGeometry3d () | |
| Constructs a new empty unstructured grid (no elements contained) with no name and no description. | |
| UnstructuredMeshGeometry3d (int numElements) | |
| Creates a new unstructured grid with the specified number of elements. | |
| UnstructuredMeshGeometry3d (int numElements, string fieldName) | |
| Constructs a new unstructured grid with the specified number of elements and name. | |
| UnstructuredMeshGeometry3d (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::UnstructuredMeshGeometry3d< TCoord >::UnstructuredMeshGeometry3d | ( | ) | [inline] |
Constructs a new empty unstructured grid (no elements contained) with no name and no description.
| IG::Num::UnstructuredMeshGeometry3d< TCoord >::UnstructuredMeshGeometry3d | ( | int | numElements | ) | [inline] |
Creates a new unstructured grid with the specified number of elements.
| numElements | Number of elements of the coordinate field. |
| IG::Num::UnstructuredMeshGeometry3d< TCoord >::UnstructuredMeshGeometry3d | ( | 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::UnstructuredMeshGeometry3d< TCoord >::UnstructuredMeshGeometry3d | ( | 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. |