Class containing opposite face for a prismatic cell with addresing and a possibility of failure. More...
#include <OpenFOAM/oppositeFace.H>
Class containing opposite face for a prismatic cell with addresing and a possibility of failure.
Definition at line 50 of file oppositeFace.H.
Inheritance diagram for oppositeFace:
Collaboration diagram for oppositeFace:Public Member Functions | |
| oppositeFace (const face &f, const label masterIndex, const label oppositeIndex) | |
| Construct from components.
| |
| label | masterIndex () const |
| Master face index.
| |
| label | oppositeIndex () const |
| Slave face index.
| |
| bool | found () const |
| Does the opposite face exist?
| |
| oppositeFace | ( | const face & | f, |
| const label | masterIndex, | ||
| const label | oppositeIndex | ||
| ) | [inline]
|
Construct from components.
Definition at line 69 of file oppositeFace.H.
| label masterIndex | ( | ) | const [inline]
|
Master face index.
Definition at line 85 of file oppositeFace.H.
| label oppositeIndex | ( | ) | const [inline]
|
Slave face index.
Definition at line 91 of file oppositeFace.H.
| bool found | ( | ) | const [inline]
|
Does the opposite face exist?
Definition at line 97 of file oppositeFace.H.