Searched refs:createanchors (Results 1 – 3 of 3) sorted by relevance
188 …PetscErrorCode (*createanchors)(DM); /* automatically compute anchors (probably from tree constrai… member
970 mesh->createanchors = DMPlexCreateAnchors_Tree; in DMPlexSetTree_Internal()
10585 …if (!plex->anchorSection && !plex->anchorIS && plex->createanchors) PetscCall((*plex->createanchor… in DMPlexGetAnchors()