Home
last modified time | relevance | path

Searched defs:childIDs (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx610 if (auto &childIDs = dctx->childIDs) { in PetscDeviceContextForkWithStreamType() local
/petsc/src/dm/impls/plex/
H A Dplextree.c211 …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 Dplexsubmesh.c863 PetscInt *parents, *childIDs; in DMPlexShiftTree_Internal() local
/petsc/include/petsc/private/
H A Ddeviceimpl.h239 …PetscObjectId *childIDs; /* array containing ids of contexts currently forked from this one… member
H A Ddmpleximpl.h194 PetscInt *childIDs; /* point to child ID */ member