Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
quadrilateral_util.cpp File Reference

Namespaces

namespace  ug
 the ug namespace
 

Functions

Quadrilateralug::CreateQuadrilateral (Grid &g, Face *tri1, Face *tri2)
 Creates a new quadrilateral from the specified triangles in the specified grid.
 
Quadrilateralug::CreateQuadrilateral_NoRegistration (Grid &g, Face *tri1, Face *tri2)
 Creates a new quadrilateral from the specified triangles but doesn't register it at the grid.
 
Quadrilateralug::ReplaceByQuadrilateral (Grid &g, Face *tri1, Face *tri2)
 Replaces the specified triangles by one quadrilateral.