Home
last modified time | relevance | path

Searched refs:num_face_sections (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
1613 else if (cell_dim == dim - 1) face_section_ids[num_face_sections++] = index_sect; in DMPlexCreateCGNS_Internal_Parallel()
1814 if (interpolate && num_face_sections != 0 && nbocos != 0) { in DMPlexCreateCGNS_Internal_Parallel()
1821 …PetscCall(DMPlexCGNS_CreateCornersConnectivitySection(*dm, cgid, base, zone, num_face_sections, fa… in DMPlexCreateCGNS_Internal_Parallel()
1874 …PetscCall(PetscLayoutFindOwnerIndex_CGNSSectionLayouts(cgnsLayouts, num_face_sections, points[p], … in DMPlexCreateCGNS_Internal_Parallel()
1914 for (PetscInt s = 0; s < num_face_sections; s++) PetscCall(PetscLayoutDestroy(&cgnsLayouts[s])); in DMPlexCreateCGNS_Internal_Parallel()