MFEM v4.7.0
Finite element discretization library
|
Class that implements an edge defined by a start and end point. More...
#include <material_metrics.hpp>
Public Member Functions | |
Edge (const Vector &start, const Vector &end) | |
real_t | GetDistanceTo (const Vector &x) const |
Compute the distance between a point and the edge. | |
Class that implements an edge defined by a start and end point.
Definition at line 23 of file material_metrics.hpp.
Definition at line 26 of file material_metrics.hpp.
Compute the distance between a point and the edge.
Definition at line 72 of file material_metrics.cpp.