Searched refs:childID (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 626 auto &childID = dctx->childIDs[i]; in PetscDeviceContextForkWithStreamType() local 628 if (!childID) { in PetscDeviceContextForkWithStreamType() 635 PetscCall(PetscObjectGetId(PetscObjectCast(childctx), &childID)); in PetscDeviceContextForkWithStreamType() 637 PetscCallCXX(idList += std::to_string(childID)); in PetscDeviceContextForkWithStreamType()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 96 PetscInt s, c, cSize, parent, childID, numChildren; in IdentifyBadPoints() local 117 PetscCall(DMPlexGetTreeParent(dmplex, cp, &parent, &childID)); in IdentifyBadPoints() 118 …%" PetscInt_FMT ") child of %" PetscInt_FMT " (ID %" PetscInt_FMT ")\n", cl, cp, parent, childID)); in IdentifyBadPoints()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1052 PetscErrorCode DMPlexGetTreeParent(DM dm, PetscInt point, PetscInt *parent, PetscInt *childID) in DMPlexGetTreeParent() argument 1069 if (childID) *childID = mesh->childIDs[off]; in DMPlexGetTreeParent() 1074 if (childID) *childID = 0; in DMPlexGetTreeParent()
|