Home
last modified time | relevance | path

Searched refs:f_start (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
2295 f_start = 0; in DMView_PlexCGNS()
2296 PetscCallMPI(MPI_Exscan(&f_owned, &f_start, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS()
2297 f_start += elem_offset; in DMView_PlexCGNS()
2299 …eData(cgp_elements_write_data(cgv->file_num, base, zone, section, f_start + 1, f_start + f_owned, … in DMView_PlexCGNS()
2354 fs_pnts_cg[i] = is_idx + f_start + 1; in DMView_PlexCGNS()