Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1296 PetscInt gdepth; in DMPlexDistributeLabels() local
1298 PetscCallMPI(MPIU_Allreduce(&depth, &gdepth, 1, MPIU_INT, MPI_MAX, comm)); in DMPlexDistributeLabels()
1299 …= 0) || !(gdepth != depth), PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Inconsistent Plex depth %" Pets… in DMPlexDistributeLabels()
1300 for (d = 0; d <= gdepth; ++d) { in DMPlexDistributeLabels()