Searched defs:isShared (Results 1 – 1 of 1) sorted by relevance
1021 static PetscErrorCode DMPlexPointIsShared(DM dm, PetscInt p, PetscBool *isShared) in DMPlexPointIsShared()1043 static PetscErrorCode DMPlexConeIsShared(DM dm, PetscInt p, PetscBool *isShared) in DMPlexConeIsShared()1117 PetscBool isShared = PETSC_FALSE; in DMPlexAddSharedFace_Private() local