Rodin::Geometry::Point class final

Represents a spatial point on a discrete mesh.

This class represents the tuple $ (x, r, p) $ such that:

\[ p = x(r) \]

for a polytope $ \tau \in \mathcal{T}_h $ belonging to the mesh $ \mathcal{T}_h $ . Here, $ p \in \tau $ denotes the physical coordinates of the point, while $ x : K \rightarrow \tau $ represents the transformation taking reference coordinates $ r \in K $ , for a reference geometry $ K $ .

Thread safety

This class is not thread safe.

Base classes

class PointBase
Base class for spatial points on a discrete mesh.