Home
last modified time | relevance | path

Searched refs:index_sect (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1603 for (int index_sect = 1; index_sect <= nsections; index_sect++) { in DMPlexCreateCGNS_Internal_Parallel() local
1608 …PetscCallCGNSRead(cg_section_read(cgid, base, zone, index_sect, buffer, &cellType, &start, &end, &… in DMPlexCreateCGNS_Internal_Parallel()
1612 if (cell_dim == dim) cell_section_ids[num_cell_sections++] = index_sect; in DMPlexCreateCGNS_Internal_Parallel()
1613 else if (cell_dim == dim - 1) face_section_ids[num_face_sections++] = index_sect; in DMPlexCreateCGNS_Internal_Parallel()
1618 int index_sect = cell_section_ids[0], nbndry, parentFlag; in DMPlexCreateCGNS_Internal_Parallel() local
1621 …PetscCallCGNSRead(cg_section_read(cgid, base, zone, index_sect, buffer, &cellType, &start, &end, &… in DMPlexCreateCGNS_Internal_Parallel()
1624 …PetscCallCGNSReadData(cgp_elements_read_data(cgid, base, zone, index_sect, mystarte + 1, myende, e… in DMPlexCreateCGNS_Internal_Parallel()