|
MeshKit
1.0
|
#include <EBMesher.hpp>
Public Member Functions | |
| CutCellSurfEdgeKey () | |
| CutCellSurfEdgeKey (int ii, int jj, int kk, int ll) | |
Public Attributes | |
| int | i |
| int | j |
| int | k |
| int | l |
boundary cut-cell surface edge key made for TechX
Definition at line 43 of file EBMesher.hpp.
| CutCellSurfEdgeKey | ( | ) | [inline] |
Definition at line 46 of file EBMesher.hpp.
| CutCellSurfEdgeKey | ( | int | ii, |
| int | jj, | ||
| int | kk, | ||
| int | ll | ||
| ) | [inline] |
Definition at line 50 of file EBMesher.hpp.
| int i |
Definition at line 44 of file EBMesher.hpp.
| int j |
Definition at line 44 of file EBMesher.hpp.
| int k |
Definition at line 44 of file EBMesher.hpp.
| int l |
Definition at line 44 of file EBMesher.hpp.