Searched refs:permsF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8661 const PetscInt **permsF[32] = {NULL}; in DMPlexMatSetClosureRefined() local 8665 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatSetClosureRefined() 8670 …p], globalOff < 0 ? -(globalOff + 1) : globalOff, foffsets, PETSC_FALSE, permsF, p, fclperm, findi… in DMPlexMatSetClosureRefined() 8677 …PetscCall(PetscSectionRestoreFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)… in DMPlexMatSetClosureRefined() 8681 const PetscInt **permsF = NULL; in DMPlexMatSetClosureRefined() local 8684 PetscCall(PetscSectionGetPointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatSetClosureRefined() 8687 const PetscInt *perm = permsF ? permsF[p] : NULL; in DMPlexMatSetClosureRefined() 8698 PetscCall(PetscSectionRestorePointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatSetClosureRefined() 8819 const PetscInt **permsF[32] = {NULL}; in DMPlexMatGetClosureIndicesRefined() local 8823 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatGetClosureIndicesRefined() [all …]
|