Searched refs:otr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 251 DMPlexTransform tr, otr; in CheckSubcells() local 264 PetscCall(DMPlexTransformCreate(PetscObjectComm((PetscObject)odm), &otr)); in CheckSubcells() 265 PetscCall(DMPlexTransformSetDM(otr, odm)); in CheckSubcells() 266 PetscCall(DMPlexTransformSetFromOptions(otr)); in CheckSubcells() 267 PetscCall(DMPlexTransformSetUp(otr)); in CheckSubcells() 300 PetscCall(DMPlexTransformGetTargetPoint(otr, ct, ctNew, p, ro, &opNew)); in CheckSubcells() 301 PetscCall(DMPlexTransformGetConeOriented(otr, opNew, o, &oqcone, &oqornt)); in CheckSubcells() 304 PetscCall(DMPlexTransformRestoreCone(otr, pNew, &oqcone, &oqornt)); in CheckSubcells() 345 if (restore) PetscCall(DMPlexTransformRestoreCone(otr, pNew, &oqcone, &oqornt)); in CheckSubcells() 350 PetscCall(DMPlexTransformDestroy(&otr)); in CheckSubcells()
|