Searched refs:f_global (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2221 cgsize_t f_owned = 0, f_global, f_start; in DMView_PlexCGNS() local 2294 PetscCallMPI(MPIU_Allreduce(&f_owned, &f_global, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2298 …_num, base, zone, "Faces", element_type, elem_offset + 1, elem_offset + f_global, 0, §ion), dm… in DMView_PlexCGNS() 2372 elem_offset += f_global; in DMView_PlexCGNS()
|