ug4
|
Namespaces | |
namespace | 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. | |
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. | |
Quadrilateral * | ug::ReplaceByQuadrilateral (Grid &g, Face *tri1, Face *tri2) |
Replaces the specified triangles by one quadrilateral. | |