Searched refs:locDepth (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1631 PetscInt locDepth, depth, cellHeight, dim, d; in DMPlexView_Ascii() local 1647 PetscCall(DMPlexGetDepth(dm, &locDepth)); in DMPlexView_Ascii() 1648 PetscCallMPI(MPIU_Allreduce(&locDepth, &depth, 1, MPIU_INT, MPI_MAX, comm)); in DMPlexView_Ascii()
|