#include <patch_kernel.hpp>
Public Member Functions | |
CellFuzzyPositionLess (PatchKernel &patch) | |
bool | operator() (long id_1, long id_2) const |
Public Attributes | |
PatchKernel & | m_patch |
Functional for comparing the position of two cells.
WARNING: the function is faster than the comparison based on cell centroid but its result is not indepenedent of the vertex order.
The comparison is made with respect to the position of cell vertices.
Definition at line 253 of file patch_kernel.hpp.
|
inline |
Definition at line 255 of file patch_kernel.hpp.
|
inline |
Definition at line 262 of file patch_kernel.hpp.
PatchKernel& bitpit::PatchKernel::CellFuzzyPositionLess::m_patch |
Definition at line 292 of file patch_kernel.hpp.