Searched defs:childIDs (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 610 if (auto &childIDs = dctx->childIDs) { in PetscDeviceContextForkWithStreamType() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 211 …teReferenceTree_SetTree(DM dm, PetscSection parentSection, PetscInt parents[], PetscInt childIDs[]) in DMPlexCreateReferenceTree_SetTree() 221 PetscInt dim, p, pStart, pEnd, pRefStart, pRefEnd, d, offset, parentSize, *parents, *childIDs; in DMPlexCreateReferenceTree_Union() local 895 …ree_Internal(DM dm, PetscSection parentSection, PetscInt *parents, PetscInt *childIDs, PetscBool c… in DMPlexSetTree_Internal() 995 …ErrorCode DMPlexSetTree(DM dm, PetscSection parentSection, PetscInt parents[], PetscInt childIDs[]) in DMPlexSetTree() 1022 …xGetTree(DM dm, PetscSection *parentSection, PetscInt *parents[], PetscInt *childIDs[], PetscSecti… in DMPlexGetTree() 1770 PetscInt numPointsWithParents, *parents, *childIDs, *perm, *iperm, *preOrient, pOffset; in DMPlexTreeRefineCell() local
|
| H A D | plexsubmesh.c | 863 PetscInt *parents, *childIDs; in DMPlexShiftTree_Internal() local
|
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 239 …PetscObjectId *childIDs; /* array containing ids of contexts currently forked from this one… member
|
| H A D | dmpleximpl.h | 194 PetscInt *childIDs; /* point to child ID */ member
|