|
ug4
|
#include "problem_detection_util.h"#include "lib_grid/grid_objects/tetrahedron_rules.h"#include "common/math/misc/math_util.h"#include "lib_grid/grid/grid.h"#include "debug_util.h"#include "isolated_elements.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| bool | ug::CheckForUnconnectedSides (Grid &grid) |
| Logs all unconnected sides to UG_ERR_LOG and returns true if an unconnected side was found. | |
| template<class TSide > | |
| static bool | ug::CheckForUnconnectedSidesIMPL (Grid &grid) |
| int | ug::IsSliver (const vector3 &v0, const vector3 &v1, const vector3 &v2, const vector3 &v3, number thresholdRatio) |