Searched refs:ctStartNew (Results 1 – 2 of 2) sorted by relevance
259 … = 0; f <= cols; ++f) PetscCall(PetscViewerASCIIPrintf(v, " %14" PetscInt_FMT, tr->ctStartNew[f])); in DMPlexTransformView_Ascii()412 PetscCall(PetscFree2((*tr)->ctStart, (*tr)->ctStartNew)); in DMPlexTransformDestroy()650 tr->ctStartNew = ctSN; in DMPlexTransformSetUp()656 …if (tr->ctStartNew[tr->ctOrderNew[c + 1]] > tr->ctStartNew[tr->ctOrderNew[c]]) tr->depth = PetscMa… in DMPlexTransformSetUp()665 if (tr->ctStartNew[tr->ctOrderNew[c + 1]] <= tr->ctStartNew[tr->ctOrderNew[c]]) continue; in DMPlexTransformSetUp()666 tr->depthStart[dep] = PetscMin(tr->depthStart[dep], tr->ctStartNew[tr->ctOrderNew[c]]); in DMPlexTransformSetUp()667 tr->depthEnd[dep] = PetscMax(tr->depthEnd[dep], tr->ctStartNew[tr->ctOrderNew[c + 1]]); in DMPlexTransformSetUp()888 if (pEnd) *pEnd = tr->ctStartNew[tr->ctOrderNew[DM_NUM_POLYTOPES]]; in DMPlexTransformGetChart()901 …PetscInt ctSN = tr->ctStartNew[ctNew], ctEN = tr->ctStartNew[tr->ctOrderNew[tr->ctOrderInvNew[ctNe… in DMPlexTransformGetCellType()914 if (start) *start = tr->ctStartNew[celltype]; in DMPlexTransformGetCellTypeStratum()[all …]
40 …PetscInt *ctStartNew; /* [ctNew]: The number for the first cell of each polytope type in th… member