Searched refs:num_global_elems (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2014 PetscInt topo_dim, coord_dim, num_global_elems; in DMView_PlexCGNS() local 2095 num_global_elems = cEnd - cStart; in DMView_PlexCGNS() 2096 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &num_global_elems, 1, MPIU_INT, MPI_SUM, comm)); in DMView_PlexCGNS() 2098 isize[1] = num_global_elems; in DMView_PlexCGNS() 2165 … == num_global_elems, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected number of elements %" PRIdCGSIZ… in DMView_PlexCGNS()
|