Lines Matching refs:ctOrderOld
410 PetscCall(PetscFree2((*tr)->ctOrderOld, (*tr)->ctOrderInvOld)); in DMPlexTransformDestroy()
443 static PetscErrorCode DMPlexTransformCreateOffset_Internal(DMPlexTransform tr, PetscInt ctOrderOld[… in DMPlexTransformCreateOffset_Internal() argument
536 const DMPolytopeType ict = (DMPolytopeType)ctOrderOld[i]; in DMPlexTransformCreateOffset_Internal()
537 const DMPolytopeType ictn = (DMPolytopeType)ctOrderOld[i + 1]; in DMPlexTransformCreateOffset_Internal()
608 …PetscCall(DMPlexCreateCellTypeOrder_Internal(dm, DMPolytopeTypeGetDim(ctCell), &tr->ctOrderOld, &t… in DMPlexTransformSetUp()
640 const PetscInt cto = tr->ctOrderOld[c]; in DMPlexTransformSetUp()
641 const PetscInt cton = tr->ctOrderOld[c + 1]; in DMPlexTransformSetUp()
652 PetscCall(DMPlexTransformCreateOffset_Internal(tr, tr->ctOrderOld, tr->ctStart, &tr->offset)); in DMPlexTransformSetUp()
1006 …PetscInt ctS = tr->ctStart[ct], ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ct] + 1]… in DMPlexTransformGetTargetPoint()
1095 … PetscInt ctS = tr->ctStart[ctO], ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctO] + 1]]; in DMPlexTransformGetSourcePoint()
1105 if (tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctTmp] + 1]] <= tr->ctStart[ctTmp]) continue; in DMPlexTransformGetSourcePoint()
1116 ctE = tr->ctStart[tr->ctOrderOld[tr->ctOrderInvOld[ctO] + 1]]; in DMPlexTransformGetSourcePoint()