Searched refs:tmpO (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 4017 const PetscInt *tmp = NULL, *tmpO = NULL; in DMPlexGetTransitiveClosure_Depth1_Private() local 4032 PetscCall(DMPlexGetTransitiveClosure_Hot_Private(dm, p, useCone, &tmpSize, &tmp, &tmpO)); in DMPlexGetTransitiveClosure_Depth1_Private() 4038 closure[off++] = tmpO ? tmpO[t] : 0; in DMPlexGetTransitiveClosure_Depth1_Private() 4051 closure[off++] = tmpO ? DMPolytopeTypeComposeOrientation(ft, ornt, tmpO[t]) : 0; in DMPlexGetTransitiveClosure_Depth1_Private() 4054 PetscCall(DMPlexRestoreTransitiveClosure_Hot_Private(dm, p, useCone, &tmpSize, &tmp, &tmpO)); in DMPlexGetTransitiveClosure_Depth1_Private() 4169 const PetscInt *tmp, *tmpO = NULL; in DMPlexGetTransitiveClosure_Internal() local 4176 PetscCall(DMPlexGetTransitiveClosure_Hot_Private(dm, q, useCone, &tmpSize, &tmp, &tmpO)); in DMPlexGetTransitiveClosure_Internal() 4182 const PetscInt co = tmpO ? DMPolytopeTypeComposeOrientation(ct, io, tmpO[ip]) : 0; in DMPlexGetTransitiveClosure_Internal() 4197 PetscCall(DMPlexRestoreTransitiveClosure_Hot_Private(dm, q, useCone, &tmpSize, &tmp, &tmpO)); in DMPlexGetTransitiveClosure_Internal()
|