Searched refs:coneO (Results 1 – 1 of 1) sorted by relevance
6347 const PetscInt *cone, *coneO; in DMPlexVecGetClosure_Depth1_Static() local6354 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() local7221 PetscCall(DMPlexGetConeOrientation(dm, point, &coneO)); in DMPlexVecSetClosure_Depth1_Static()7225 const PetscInt o = !p ? 0 : coneO[p - 1]; in DMPlexVecSetClosure_Depth1_Static()