Searched refs:gSizeBefore (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex31.c | 49 …PetscInt pStart, pEnd, p, minBefore, maxBefore, minAfter, maxAfter, gSizeBefore, gSizeAfte… in main() local 96 PetscCall(PetscSectionGetStorageSize(gsection, &gSizeBefore)); in main() 97 minBefore = gSizeBefore; in main() 98 maxBefore = gSizeBefore; in main() 99 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &gSizeBefore, 1, MPIU_INT, MPI_SUM, comm)); in main() 115 …PetscCheck(gSizeAfter == gSizeBefore, comm, PETSC_ERR_PLIB, "Global section has not the same size … in main()
|