Reference documentation for deal.II version 8.5.1
|
Public Member Functions | |
bool | operator() (const Point< dim, Number > &lhs, const Point< dim, Number > &rhs) const |
Comparison functor struct to compare two Points and return if one is "less" than the other one. This can be used to use Point<dim> as a key in std::map.
Comparison is done by comparing values in each dimension in ascending order (first x, then y, etc.). Note that comparisons are done without an epsilon, so points need to have identical floating point components to be considered equal.
Definition at line 68 of file dof_tools.cc.
|
inline |
Comparison operator.
Return true if lhs
is considered less than rhs
.
Definition at line 75 of file dof_tools.cc.