Searched refs:sortleaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexnatural.c | 109 PetscInt *sortleaves, *indices; in DMPlexCreateGlobalToNaturalSF() local 124 PetscCall(PetscMalloc3(ssize, &spoints, Nl, &sortleaves, Nl, &indices)); in DMPlexCreateGlobalToNaturalSF() 126 sortleaves[p] = leaves ? leaves[p] : p; in DMPlexCreateGlobalToNaturalSF() 129 PetscCall(PetscSortIntWithArray(Nl, sortleaves, indices)); in DMPlexCreateGlobalToNaturalSF() 136 PetscCall(PetscFindInt(p, Nl, sortleaves, &loc)); in DMPlexCreateGlobalToNaturalSF() 143 PetscCall(PetscFree3(spoints, sortleaves, indices)); in DMPlexCreateGlobalToNaturalSF()
|