#include <OppositeFaceCellWave.H>


Public Member Functions | |
| ClassName ("OppositeFaceCellWave") | |
| Runtime type information. | |
| OppositeFaceCellWaveBase (const polyMesh &mesh) | |
| Construct with mesh reference (for sizing). | |
Protected Attributes | |
| DynamicList< label > | changedOppositeFaces_ |
| For every entry in changedCells (i.e. the cell front) gives. | |
Definition at line 56 of file OppositeFaceCellWave.H.
| OppositeFaceCellWaveBase | ( | const polyMesh & | mesh | ) |
Construct with mesh reference (for sizing).
Definition at line 35 of file OppositeFaceCellWaveBase.C.
References changedOppositeFaces_, and mesh.
Referenced by OppositeFaceCellWave< Type, TrackingData >::OppositeFaceCellWave().

| ClassName | ( | "OppositeFaceCellWave" | ) |
Runtime type information.
References mesh.
|
protected |
For every entry in changedCells (i.e. the cell front) gives.
the face that it needs to transfer to
Definition at line 67 of file OppositeFaceCellWave.H.
Referenced by OppositeFaceCellWave< Type, TrackingData >::cellToFace(), OppositeFaceCellWave< Type, TrackingData >::faceToCell(), and OppositeFaceCellWaveBase().