Home
last modified time | relevance | path

Searched refs:coneO (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c6347 const PetscInt *cone, *coneO; in DMPlexVecGetClosure_Depth1_Static() local
6354 PetscCall(DMPlexGetConeOrientation(dm, point, &coneO)); in DMPlexVecGetClosure_Depth1_Static()
6392 PetscInt o = coneO[p]; in DMPlexVecGetClosure_Depth1_Static()
7214 const PetscInt *cone, *coneO; in DMPlexVecSetClosure_Depth1_Static() local
7221 PetscCall(DMPlexGetConeOrientation(dm, point, &coneO)); in DMPlexVecSetClosure_Depth1_Static()
7225 const PetscInt o = !p ? 0 : coneO[p - 1]; in DMPlexVecSetClosure_Depth1_Static()