DMPlexTriangleSetAngleBound#

Set the minimum angle bound for the Triangle mesh generator

Synopsis#

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

Logically Collective

Input Parameters#

  • dm - The DMPLEX object

  • ang - The minimum angle for a triangle

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTriangleGetAngleBound(), DMPlexTetgenSetOptions(), 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