Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1458 PetscSFNode *iremote_cg2plex_new; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local
1462 PetscCall(PetscMalloc1(num_plex_faces_found, &iremote_cg2plex_new)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1472 iremote_cg2plex_new[n] = iremote_cg2plex_old[o]; in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
1479 …2plexSF, num_roots, num_plex_faces_found, NULL, PETSC_COPY_VALUES, iremote_cg2plex_new, PETSC_OWN_… in DMPlexCGNS_MatchCGNSFacesToPlexFaces()