Home
last modified time | relevance | path

Searched defs:childID (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/forest/tests/
H A Dex2.c96 PetscInt s, c, cSize, parent, childID, numChildren; in IdentifyBadPoints() local
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx626 auto &childID = dctx->childIDs[i]; in PetscDeviceContextForkWithStreamType() local
/petsc/src/dm/impls/plex/
H A Dplextree.c1052 PetscErrorCode DMPlexGetTreeParent(DM dm, PetscInt point, PetscInt *parent, PetscInt *childID) in DMPlexGetTreeParent()