Searched refs:oqornt (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 284 const PetscInt *qcone, *qornt, *oqcone, *oqornt; in CheckSubcells() local 301 PetscCall(DMPlexTransformGetConeOriented(otr, opNew, o, &oqcone, &oqornt)); in CheckSubcells() 304 PetscCall(DMPlexTransformRestoreCone(otr, pNew, &oqcone, &oqornt)); in CheckSubcells() 310 …Call(PetscPrintf(PETSC_COMM_SELF, " %" PetscInt_FMT " (%" PetscInt_FMT ")", oqcone[c], oqornt[c])); in CheckSubcells() 345 if (restore) PetscCall(DMPlexTransformRestoreCone(otr, pNew, &oqcone, &oqornt)); in CheckSubcells()
|