Home
last modified time | relevance | path

Searched refs:createanchors (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h188 …PetscErrorCode (*createanchors)(DM); /* automatically compute anchors (probably from tree constrai… member
/petsc/src/dm/impls/plex/
H A Dplextree.c970 mesh->createanchors = DMPlexCreateAnchors_Tree; in DMPlexSetTree_Internal()
H A Dplex.c10585 …if (!plex->anchorSection && !plex->anchorIS && plex->createanchors) PetscCall((*plex->createanchor… in DMPlexGetAnchors()