Home
last modified time | relevance | path

Searched refs:supportSizeB (Results 1 – 1 of 1) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplex.c3557 PetscInt coneSize, coneSizeB, c, supportSize, supportSizeB, s; in DMPlexEqual() local
3572 ierr = DMPlexGetSupportSize(dmB, p, &supportSizeB);CHKERRQ(ierr); in DMPlexEqual()
3574 if (supportSize != supportSizeB) PetscFunctionReturn(0); in DMPlexEqual()