GrdMeshBuilder3D Class Reference
#include <GrdMeshBuilder3D.h>
List of all members.
Constructor & Destructor Documentation
GrdMeshBuilder3D::GrdMeshBuilder3D |
( |
const char |
grdFileName[] |
) |
|
GrdMeshBuilder3D::~GrdMeshBuilder3D |
( |
void |
|
) |
|
Member Function Documentation
void GrdMeshBuilder3D::Free |
( |
|
) |
[virtual] |
bool GrdMeshBuilder3D::GetBoundaryConditions |
( |
double ** |
bc, |
|
|
int & |
bcCount | |
|
) |
| | [virtual] |
/param bc array for boundary condition parameters bc[0] - Dirichlet BC bc[1] - Neumann BC bc[2] - Cauchy BC par1 bc[3] - Cauchy BC par2
Reimplemented from MeshRead::IMeshReader.
int GrdMeshBuilder3D::GetCoordinatesDimension |
( |
|
) |
const [virtual] |
int GrdMeshBuilder3D::getDim |
( |
const int |
n |
) |
const [protected] |
int GrdMeshBuilder3D::GetElementCount |
( |
|
) |
|
/return no. of elements in inintial mesh.
bool GrdMeshBuilder3D::GetNextElement |
( |
int |
vertices[], |
|
|
int |
neighbours[] | |
|
) |
| | |
/param vertices array for current element vertices numbers /param neighbours array for current element neighoubrs(other elements) numbers. /return true if there is next element and false if this is last element.
bool GrdMeshBuilder3D::GetNextVertex |
( |
double |
coords[] |
) |
[virtual] |
/param coords array for coordinates of vertex /return true if there is next vertex and false if there isn't.
Reimplemented from MeshRead::IMeshReader.
int GrdMeshBuilder3D::GetVerticesCount |
( |
|
) |
[virtual] |
bool GrdMeshBuilder3D::Init |
( |
|
) |
[virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Implements MeshRead::IMeshReader.
Member Data Documentation
The documentation for this class was generated from the following files: