Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| template<class TRef , class TIter , class TAAPos > |
| void | ug::MarkForAnisotropicRefinement (Grid &grid, TRef &ref, number minEdgeRatio, TIter elemsBegin, TIter elemsEnd, TAAPos aaPos) |
| |
| template<class TRef , class TEdgeIter , class TAAPos > |
| void | ug::MarkForRefinementByDirection (TRef &ref, TAAPos aaPos, TEdgeIter edgesBegin, TEdgeIter edgesEnd, const typename TAAPos::ValueType &dir, number minDeviationAngle, number maxDeviationAngle, bool selectFlipped) |
| |