A Facet is a MeshEntity of topological codimension 1.
More...
#include <Facet.h>
|
Mesh const * | _mesh |
|
std::size_t | _dim |
|
std::size_t | _local_index |
|
A Facet is a MeshEntity of topological codimension 1.
◆ distance()
double dolfin::Facet::distance |
( |
const Point & |
point | ) |
const |
|
inline |
Compute distance to given point.
- Parameters
-
- Returns
- double The distance to the point.
◆ exterior()
bool Facet::exterior |
( |
| ) |
const |
Return true if facet is an exterior facet (relative to global mesh, so this function will return false for facets on partition boundaries). Facet connectivity must be initialized before calling this function.
◆ squared_distance()
double Facet::squared_distance |
( |
const Point & |
point | ) |
const |
Compute squared distance to given point.
- Parameters
-
- Returns
- double The squared distance to the point.
The documentation for this class was generated from the following files:
- /build/dolfin-Px4MJC/dolfin-2019.2.0~git20210928.3eacdb4/dolfin/mesh/Facet.h
- /build/dolfin-Px4MJC/dolfin-2019.2.0~git20210928.3eacdb4/dolfin/mesh/Facet.cpp