Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| bool | ug::CheckForUnconnectedSides (Grid &grid) |
| | Logs all unconnected sides to UG_ERR_LOG and returns true if an unconnected side was found.
|
| |
| template<class TIter , class TAAPos > |
| size_t | ug::FindSlivers (std::vector< typename TIter::value_type > &sliversOut, TIter elemsBegin, TIter elemsEnd, number thresholdRatio, TAAPos aaPos, bool clearContainer=true) |
| | Searchs for slivers in the given list of elements.
|
| |
| int | ug::IsSliver (const vector3 &v0, const vector3 &v1, const vector3 &v2, const vector3 &v3, number thresholdRatio) |
| |