Searched refs:e_start (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2102 cgsize_t e_owned, e_global, e_start; in DMView_PlexCGNS() local 2166 e_start = 0; in DMView_PlexCGNS() 2167 PetscCallMPI(MPI_Exscan(&e_owned, &e_start, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2168 e_start += elem_offset; in DMView_PlexCGNS() 2170 …eData(cgp_elements_write_data(cgv->file_num, base, zone, section, e_start + 1, e_start + e_owned, … in DMView_PlexCGNS() 2180 cgv->eStart = e_start; in DMView_PlexCGNS() 2181 cgv->eEnd = e_start + e_owned; in DMView_PlexCGNS() 2192 cgsize_t start = e_start + 1, end = e_start + e_owned; in DMView_PlexCGNS()
|