Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1592 int *face_section_ids, *cell_section_ids, num_face_sections = 0, num_cell_sections = 0; in DMPlexCreateCGNS_Internal_Parallel() local
1601 PetscCall(PetscMalloc2(nsections, &face_section_ids, nsections, &cell_section_ids)); in DMPlexCreateCGNS_Internal_Parallel()
1612 if (cell_dim == dim) cell_section_ids[num_cell_sections++] = index_sect; in DMPlexCreateCGNS_Internal_Parallel()
1618 int index_sect = cell_section_ids[0], nbndry, parentFlag; in DMPlexCreateCGNS_Internal_Parallel()
1920 PetscCall(PetscFree2(face_section_ids, cell_section_ids)); in DMPlexCreateCGNS_Internal_Parallel()