Structured mesh geometry in 3 dimensions.
More...
List of all members.
Public Member Functions |
| StructuredMeshGeometry3d () |
| Constructs a new empty 3D field (no elements contained) with no name and no description.
|
| StructuredMeshGeometry3d (int dim1, int dim2, int dim3) |
| Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
|
| StructuredMeshGeometry3d (int dim1, int dim2, int dim3, string fieldName) |
| Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
|
| StructuredMeshGeometry3d (int dim1, int dim2, int dim3, string fieldName, string fieldDescription) |
| Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
|
Properties |
virtual TCoord[] | Coordinates [get, set] |
| Array of coordinates.
|
Detailed Description
template<TCoord>
class IG::Num::StructuredMeshGeometry3d< TCoord >
Structured mesh geometry in 3 dimensions.
- Template Parameters:
-
TCoord | Type of coordinate vector used by the mesh. |
$A Igor Jan08 Mar09;
Member Function Documentation
Constructs a new empty 3D field (no elements contained) with no name and no description.
Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
- Parameters:
-
dim1 | First dimension of the field (number of grid nodes in the first direction). |
dim2 | Second dimension of the field. |
dim3 | Third dimension of the field. |
Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
- Parameters:
-
dim1 | First dimension of the field (number of grid nodes in the first direction). |
dim2 | Second dimension of the field. |
dim3 | Third dimension of the field. |
fieldName | Name of the field. |
Constructs a new 3D field with the specified dimensions, name and description. Table of elements is allocated. Elements of the field are arranged in a 3D structured grid.
- Parameters:
-
dim1 | First dimension of the field (number of grid nodes in the first direction). |
dim2 | Second dimension of the field. |
dim3 | Third dimension of the field. |
fieldName | Name of the field. |
fieldDescription | Field description. |
Property Documentation
The documentation for this class was generated from the following file: