petsc-3.11.4 2019-09-28
Report Typos and Errors

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 Argument

dm - the DM

Output Argument

minradius - the minium cell radius

See Also

DMGetCoordinates()

Level

developer

Location

src/dm/impls/plex/plexgeometry.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages