Searched refs:local_element_type (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2156 PetscInt local_element_type, global_element_type; in DMView_PlexCGNS() local 2158 local_element_type = e_owned > 0 ? (PetscInt)element_type : -1; in DMView_PlexCGNS() 2159 …PetscCallMPI(MPIU_Allreduce(&local_element_type, &global_element_type, 1, MPIU_INT, MPI_MAX, comm)… in DMView_PlexCGNS() 2160 if (local_element_type != -1) in DMView_PlexCGNS() 2161 …local_element_type == global_element_type, PETSC_COMM_SELF, PETSC_ERR_SUP, "Ranks with different e… in DMView_PlexCGNS() 2286 PetscInt local_element_type, global_element_type; in DMView_PlexCGNS() local 2288 local_element_type = f_owned > 0 ? (PetscInt)element_type : -1; in DMView_PlexCGNS() 2289 …PetscCallMPI(MPIU_Allreduce(&local_element_type, &global_element_type, 1, MPIU_INT, MPI_MAX, comm)… in DMView_PlexCGNS() 2290 if (local_element_type != -1) in DMView_PlexCGNS() 2291 …local_element_type == global_element_type, PETSC_COMM_SELF, PETSC_ERR_SUP, "Ranks with different e… in DMView_PlexCGNS()
|