Searched refs:e_global (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 2164 PetscCallMPI(MPIU_Allreduce(&e_owned, &e_global, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2165 …cCheck(e_global == num_global_elems, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected number of elemen… in DMView_PlexCGNS() 2169 …e(cgp_section_write(cgv->file_num, base, zone, "Elem", element_type, 1, e_global, 0, §ion), dm… in DMView_PlexCGNS() 2171 elem_offset = e_global; in DMView_PlexCGNS()
|