DMPlexTetgenSetDihedralBound#

Set the minimum dihedral angle bound for the Tetgen mesh generator

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexTetgenSetDihedralBound(DM dm, PetscReal ang)

Logically Collective

Input Parameters#

  • dm - The DMPLEX object

  • ang - The minimum dihedral angle for a tetrahedron

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTetgenGetDihedralBound(), DMPlexTriangleSetOptions(), DMPlexGenerate()

Level#

developer

Location#

src/dm/impls/plex/plexgenerate.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages