Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmpleximpl.h152 …PetscErrorCode (*createanchors)(DM); /* automatically compute anchors (probably from tree cons… member
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexcreate.c2789 mesh->createanchors = NULL; in DMCreate_Plex()
H A Dplex.c8286 …if (!plex->anchorSection && !plex->anchorIS && plex->createanchors) {ierr = (*plex->createanchors)… in DMPlexGetAnchors()
H A Dplextree.c1031 mesh->createanchors = DMPlexCreateAnchors_Tree; in DMPlexSetTree_Internal()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS11289 PetscErrorCode (*createanchors)createanchors152,8108
H A DCTAGS40885 createanchors include/petsc/private/dmpleximpl.h /^ PetscErrorCode (*createanchors)(DM); \/* a…