Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1819 PetscLayout *cgnsLayouts; in DMPlexCreateCGNS_Internal_Parallel() local
1821 …e, zone, num_face_sections, face_section_ids, &connSection, NULL, &face_ids, &cgnsLayouts, &conn)); 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()
1916 PetscCall(PetscFree(cgnsLayouts)); in DMPlexCreateCGNS_Internal_Parallel()