Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2221 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, &section), dm… in DMView_PlexCGNS()
2372 elem_offset += f_global; in DMView_PlexCGNS()