

Go to the source code of this file.
Classes | |
| class | cell |
| A cell is defined as a list of faces with extra functionality. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| bool | operator== (const cell &a, const cell &b) |
| Test if both cells are the same size and contain the same points. | |
| bool | operator!= (const cell &a, const cell &b) |
| Test if the cells differ (different size or different points). | |