Searched refs:depthStart (Results 1 – 2 of 2) sorted by relevance
43 PetscInt *depthStart; /* The starting point for each depth stratum */ member
414 PetscCall(PetscFree2((*tr)->depthStart, (*tr)->depthEnd)); in DMPlexTransformDestroy()657 PetscCall(PetscMalloc2(tr->depth + 1, &tr->depthStart, tr->depth + 1, &tr->depthEnd)); in DMPlexTransformSetUp()659 tr->depthStart[d] = PETSC_INT_MAX; in DMPlexTransformSetUp()666 tr->depthStart[dep] = PetscMin(tr->depthStart[dep], tr->ctStartNew[tr->ctOrderNew[c]]); in DMPlexTransformSetUp()931 if (start) *start = tr->depthStart[depth]; in DMPlexTransformGetDepthStratum()