Foam::cellPointWeightWallModified. More...
Public Member Functions | |
cellPointWeightWallModified (const polyMesh &mesh, const vector &position, const label celli, const label facei=-1) | |
Construct from components. More... | |
![]() | |
cellPointWeight (const polyMesh &mesh, const vector &position, const label celli, const label facei=-1) | |
Construct from components. More... | |
label | cell () const |
Cell index. More... | |
const barycentric & | weights () const |
Interpolation weights. More... | |
const triFace & | faceVertices () const |
Interpolation addressing for points on face. More... | |
Additional Inherited Members | |
![]() | |
static int | debug |
Debug switch. More... | |
static scalar | tol |
Tolerance used in calculating barycentric co-ordinates. More... | |
![]() | |
void | findTetrahedron (const polyMesh &mesh, const vector &position, const label celli) |
void | findTriangle (const polyMesh &mesh, const vector &position, const label facei) |
![]() | |
const label | celli_ |
Cell index. More... | |
barycentric | weights_ |
Weights applied to tet vertices. Equal to the barycentric coordinates. More... | |
triFace | faceVertices_ |
Face vertex indices. More... | |
Foam::cellPointWeightWallModified.
Definition at line 53 of file cellPointWeightWallModified.H.
cellPointWeightWallModified | ( | const polyMesh & | mesh, |
const vector & | position, | ||
const label | celli, | ||
const label | facei = -1 |
||
) |
Construct from components.
Definition at line 31 of file cellPointWeightWallModified.C.
References polyMesh::boundaryMesh(), patchi, and polyBoundaryMesh::whichPatch().