#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexSetAdjacencyUser(DM dm,PetscErrorCode (*user)(DM,PetscInt,PetscInt*,PetscInt[],void*),void *ctx)
dm | - The DM object | |
user | - The user callback, may be NULL (to clear the callback) | |
ctx | - context for callback evaluation, may be NULL |
Any setting here overrides other configuration of DMPlex adjacency determination.
Level:advanced
Location:src/dm/impls/plex/plexdistribute.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages