Searched refs:ldepth (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 888 PetscInt d, ldepth, depth, dim, p, pStart, pEnd, nroots, nleaves; in DMPlexStratifyMigrationSF() local 900 PetscCall(DMPlexGetDepth(dm, &ldepth)); in DMPlexStratifyMigrationSF() 902 PetscCallMPI(MPIU_Allreduce(&ldepth, &depth, 1, MPIU_INT, MPI_MAX, comm)); in DMPlexStratifyMigrationSF() 903 …ck(!(ldepth >= 0) || !(depth != ldepth), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Inconsistent Plex … in DMPlexStratifyMigrationSF()
|