![]() |
|
Public Member Functions | |
faceEdge () | |
Construct null. | |
faceEdge (const label faceLabel, const label faceIndex) | |
Construct from components. | |
label | faceLabel () const |
label | faceIndex () const |
template<class T> | |
T | interpolate (const primitiveMesh &mesh, const Field< T > &faceField, const Field< T > &vertField, const scalar weight) const |
point | coord (const primitiveMesh &mesh, const scalar weight) const |
bool | operator== (const faceEdge &fe) const |
Friends | |
Ostream & | operator<< (Ostream &os, const faceEdge &fe) |
|
Construct null.
Definition at line 109 of file faceEdge.H. |
|
Construct from components.
Definition at line 116 of file faceEdge.H. References Foam::label. |
|
Definition at line 151 of file faceEdge.H. References faceEdge::faceIndex(), and faceEdge::faceLabel(). |
Here is the call graph for this function:
|
Definition at line 129 of file faceEdge.H. Referenced by faceEdge::coord(). |
|
Definition at line 124 of file faceEdge.H. Referenced by faceEdge::coord(). |
|
Definition at line 136 of file faceEdge.H. References mesh. |
|
Definition at line 159 of file faceEdge.H. References faceEdge::faceIndex_, and faceEdge::faceLabel_. |
|
Definition at line 169 of file faceEdge.H. |