Searched refs:num_cell_sections (Results 1 – 1 of 1) sorted by relevance
1592 int *face_section_ids, *cell_section_ids, num_face_sections = 0, num_cell_sections = 0; in DMPlexCreateCGNS_Internal_Parallel() local1612 if (cell_dim == dim) cell_section_ids[num_cell_sections++] = index_sect; in DMPlexCreateCGNS_Internal_Parallel()1615 …PetscCheck(num_cell_sections == 1, comm, PETSC_ERR_SUP, "CGNS Reader does not support more than 1 … in DMPlexCreateCGNS_Internal_Parallel()