Return cells sharing a link. More...
#include <StdMeshers_Cartesian_3D_Hexahedron.hxx>
Public Member Functions | |
| CellsAroundLink (StdMeshers::Cartesian3D::Grid *grid, int iDir) | |
| void | Init (int i, int j, int k, int link12=0) |
| bool | GetCell (int iL, int &i, int &j, int &k, int &cellIndex, int &linkIndex) |
Data Fields | |
| int | _iDir |
| int | _dInd [4][3] |
| size_t | _nbCells [3] |
| int | _i |
| int | _j |
| int | _k |
| StdMeshers::Cartesian3D::Grid * | _grid |
Return cells sharing a link.
| StdMeshers::Cartesian3D::CellsAroundLink::CellsAroundLink | ( | StdMeshers::Cartesian3D::Grid * | grid, |
| int | iDir | ||
| ) |
| bool StdMeshers::Cartesian3D::CellsAroundLink::GetCell | ( | int | iL, |
| int & | i, | ||
| int & | j, | ||
| int & | k, | ||
| int & | cellIndex, | ||
| int & | linkIndex | ||
| ) |
| void StdMeshers::Cartesian3D::CellsAroundLink::Init | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | link12 = 0 |
||
| ) |
| int StdMeshers::Cartesian3D::CellsAroundLink::_dInd[4][3] |
| StdMeshers::Cartesian3D::Grid* StdMeshers::Cartesian3D::CellsAroundLink::_grid |
| int StdMeshers::Cartesian3D::CellsAroundLink::_i |
| int StdMeshers::Cartesian3D::CellsAroundLink::_iDir |
| int StdMeshers::Cartesian3D::CellsAroundLink::_j |
| int StdMeshers::Cartesian3D::CellsAroundLink::_k |
| size_t StdMeshers::Cartesian3D::CellsAroundLink::_nbCells[3] |
Referenced by StdMeshers::Cartesian3D::Hexahedron::MakeElements().