#include "petscdmplex.h" PetscErrorCode DMPlexSetRefinementFunction(DM dm, PetscErrorCode (*refinementFunc)(const PetscReal [], PetscReal *))
dm | - The DM Many br | |
refinementFunc | - Function giving the maximum cell volume in the refined mesh Many br |
Note: The calling sequence is refinementFunc(coords, limit) Many br
coords - Coordinates of the current point, usually a cell centroid
limit - The maximum cell volume for a cell containing this point
Many br
Level:developer
Location:src/dm/impls/plex/plexrefine.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages