PETSc version 3.17.5
Fix/Edit manual page

DMPlexGetMinRadius

Returns the minimum distance from any cell centroid to a face

Synopsis

#include "petscdmplex.h"   
#include "petscfe.h"       
PetscErrorCode DMPlexGetMinRadius(DM dm, PetscReal *minradius)
Not collective

Input Parameter

dm - the DM

Output Parameter

minradius - the minimum cell radius

See Also

DMGetCoordinates()

Level

developer

Location

src/dm/impls/plex/plexgeometry.c

Examples

src/dm/tutorials/ex21.c.html

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