ug4
quadrilateral_util.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

Quadrilateral * ug::CreateQuadrilateral (Grid &g, Face *tri1, Face *tri2)
 Creates a new quadrilateral from the specified triangles in the specified grid. More...
 
Quadrilateral * ug::CreateQuadrilateral_NoRegistration (Grid &g, Face *tri1, Face *tri2)
 Creates a new quadrilateral from the specified triangles but doesn't register it at the grid. More...
 
Quadrilateral * ug::ReplaceByQuadrilateral (Grid &g, Face *tri1, Face *tri2)
 Replaces the specified triangles by one quadrilateral. More...
 
template<class edge_iter_t , class TAAPos >
void ug::ReplaceByQuadrilaterals_EdgeBased (Grid &g, edge_iter_t edgesBegin, edge_iter_t edgesEnd, TAAPos aaPos)
 Attempts to replace triangles associated with the given set of edges by a set of quadrilaterals. More...
 
template<class edge_iter_t >
void ug::ReplaceByQuadrilaterals_EdgeBasedNoSort (Grid &g, edge_iter_t edgesBegin, edge_iter_t edgesEnd)
 Attempts to replace triangles associated with the given set of edges by a set of quadrilaterals. More...
 
template<class face_iter_t , class TAAPos >
void ug::ReplaceByQuadrilaterals_FaceBased (Grid &g, face_iter_t facesBegin, face_iter_t facesEnd, TAAPos aaPos)
 Attempts to replace the given set of triangles by a set of quadrilaterals. More...
 
template<class face_iter_t >
void ug::ReplaceByQuadrilaterals_FaceBasedNoSort (Grid &g, face_iter_t facesBegin, face_iter_t facesEnd)
 Attempts to replace the given set of faces by a set of quadrilaterals. More...