Functions | |
std::ostream & | operator<< (std::ostream &os, const AdaptiveAdjust &adj) |
uint | match (const concepts::Triangle &triX, const concepts::Triangle &triY) |
Variables | |
const Real | int_1_PI4 |
Used for the basic classes of the boundary element method.
uint bem::match | ( | const concepts::Triangle & | triX, |
const concepts::Triangle & | triY | ||
) |
Function to check if two triangles are connected.
<nr><x1><y1><x2><y2><x3><y3>Each <> denotes 4 bits. nr counts the number of matching vertices. The pairs <xi><yj> denote the keys of the matching vertices.