Interface between two cells.
More...
#include <Face.hpp>
Interface between two cells.
Definition at line 15 of file Face.hpp.
◆ Face() [1/2]
Face::Face |
( |
vector< Vector3D > const & |
vert, |
|
|
size_t |
neighbor1, |
|
|
size_t |
neighbor2 |
|
) |
| |
Class constructor.
- Parameters
-
vert | Position of the vertices |
neighbor1 | Index of first neighbor cell |
neighbor2 | Index of second neighbor cell |
Definition at line 5 of file Face.cpp.
◆ Face() [2/2]
Face::Face |
( |
Face const & |
other | ) |
|
Copy constructor.
- Parameters
-
Definition at line 20 of file Face.cpp.
◆ GetArea()
double Face::GetArea |
( |
void |
| ) |
const |
Returns the area of the face.
- Returns
- Length
Definition at line 24 of file Face.cpp.
◆ operator=()
Face & Face::operator= |
( |
const Face & |
other | ) |
|
Copy operator.
- Parameters
-
other | Source from which to copy data |
- Returns
- Reference to self
Definition at line 10 of file Face.cpp.
The documentation for this class was generated from the following files: