Lines Matching refs:ctNew
279 DMPolytopeType ctNew = rct[n]; in CheckSubcells() local
282 …if (debug) PetscCall(PetscPrintf(PETSC_COMM_SELF, " Checking type %s\n", DMPolytopeTypes[ctNew])); in CheckSubcells()
288 PetscCall(DMPlexTransformGetTargetPoint(tr, ct, ctNew, p, r, &pNew)); in CheckSubcells()
294 …for (c = 0; c < DMPolytopeTypeGetConeSize(ctNew); ++c) PetscCall(PetscPrintf(PETSC_COMM_SELF, " %"… in CheckSubcells()
300 PetscCall(DMPlexTransformGetTargetPoint(otr, ct, ctNew, p, ro, &opNew)); in CheckSubcells()
302 PetscCall(DMPolytopeMatchOrientation(ctNew, oqcone, qcone, &oo, &found)); in CheckSubcells()
310 …for (c = 0; c < DMPolytopeTypeGetConeSize(ctNew); ++c) PetscCall(PetscPrintf(PETSC_COMM_SELF, " %"… in CheckSubcells()
318 if (ctNew == DM_POLYTOPE_SEGMENT) { in CheckSubcells()
324 if (r > 3 && ctNew == DM_POLYTOPE_TRIANGLE) { in CheckSubcells()
330 if (r > 3 && ctNew == DM_POLYTOPE_TETRAHEDRON) { in CheckSubcells()
336 … %" PetscInt_FMT " orientation for cell orientation %" PetscInt_FMT, DMPolytopeTypes[ctNew], r, o); in CheckSubcells()
339 PetscCall(DMPlexTransformGetSubcellOrientation(tr, ct, p, oi, ctNew, r, 0, &pr, &fo)); in CheckSubcells()