

Go to the source code of this file.
Classes | |
| class | DynamicList< T, SizeInc, SizeMult, SizeDiv > |
| A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects. More... | |
| class | face |
| A face is a list of labels corresponding to mesh vertices. More... | |
| class | offsetOp< face > |
| Hash specialization 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... | |
1.8.11