Searched refs:depthB (Results 1 – 1 of 1) sorted by relevance
5248 PetscInt depth, depthB, pStart, pEnd, pStartB, pEndB, p; in DMPlexEqual() local5257 PetscCall(DMPlexGetDepth(dmB, &depthB)); in DMPlexEqual()5258 if (depth != depthB) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexEqual()