Searched refs:refcone (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 161 const PetscInt *refcone, *cone; in VerifyCayleyTable() local 170 PetscCall(DMPlexGetCone(dm, 0, &refcone)); in VerifyCayleyTable() 193 PetscCall(DMPolytopeGetOrientation(ct, refcone, cone, &o4)); in VerifyCayleyTable() 208 const PetscInt *refcone, *cone; in VerifyInverse() local 217 PetscCall(DMPlexGetCone(dm, 0, &refcone)); in VerifyInverse() 238 PetscCall(DMPolytopeGetOrientation(ct, refcone, cone, &o2)); in VerifyInverse()
|