Go to the source code of this file.
Classes | |
class | face |
A face is a list of labels corresponding to mesh vertices. More... | |
class | offsetOp< face > |
Hash specialisation to offset faces in ListListOps::combineOffset. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
bool | operator== (const face &a, const face &b) |
bool | operator!= (const face &a, const face &b) |
Istream & | operator>> (Istream &, face &) |
label | longestEdge (const face &f, const pointField &pts) |
Find the longest edge on a face. Face point labels index into pts. More... | |