Searched refs:face_ids (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1162 …ex_offset, PetscInt NVertices, PetscSection connSection, const PetscInt face_ids[], const PetscInt… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() argument 1246 …, PETSC_ERR_PLIB, "Rank containing CGNS face %" PetscInt_FMT " could not be found", face_ids[f_i]); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1485 …MM_SELF, PETSC_ERR_PLIB, "Could not find plex face for the CGNS face %" PetscInt_FMT, face_ids[r]); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1486 …NS face %" PetscInt_FMT ". Face may be internal rather than at mesh domain boundary", face_ids[r]); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1817 PetscInt *face_ids, *conn, *plexFaces; in DMPlexCreateCGNS_Internal_Parallel() local 1821 …, base, zone, num_face_sections, face_section_ids, &connSection, NULL, &face_ids, &cgnsLayouts, &c… in DMPlexCreateCGNS_Internal_Parallel() 1827 …exFaces(*dm, nuniq_verts, uniq_verts, myownede, NVertices, connSection, face_ids, conn, &cg2plexSF… in DMPlexCreateCGNS_Internal_Parallel() 1917 PetscCall(PetscFree(face_ids)); in DMPlexCreateCGNS_Internal_Parallel()
|