Searched refs:global_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 2159 …PetscCallMPI(MPIU_Allreduce(&local_element_type, &global_element_type, 1, MPIU_INT, MPI_MAX, comm)… in DMView_PlexCGNS() 2161 …global_element_type, PETSC_COMM_SELF, PETSC_ERR_SUP, "Ranks with different element types not suppo… in DMView_PlexCGNS() 2162 element_type = (CGNS_ENUMT(ElementType_t))global_element_type; in DMView_PlexCGNS() 2286 PetscInt local_element_type, global_element_type; in DMView_PlexCGNS() local 2289 …PetscCallMPI(MPIU_Allreduce(&local_element_type, &global_element_type, 1, MPIU_INT, MPI_MAX, comm)… in DMView_PlexCGNS() 2291 …global_element_type, PETSC_COMM_SELF, PETSC_ERR_SUP, "Ranks with different element types not suppo… in DMView_PlexCGNS() 2292 element_type = (CGNS_ENUMT(ElementType_t))global_element_type; in DMView_PlexCGNS()
|