Searched refs:gdepths (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9145 PetscInt depths[4], gdepths[4], starts[4]; in DMPlexCreatePointNumbering() local 9168 …PetscCallMPI(MPIU_Allreduce(depths, gdepths, depth + 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscO… in DMPlexCreatePointNumbering() 9169 …|| depths[d] == gdepths[d], PETSC_COMM_SELF, PETSC_ERR_PLIB, "Expected depth %" PetscInt_FMT ", fo… in DMPlexCreatePointNumbering() 9174 PetscCall(DMPlexGetDepthStratum(dm, gdepths[d], &pStart, &pEnd)); in DMPlexCreatePointNumbering()
|