Lines Matching refs:permsF

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()
8828 …p], globalOff < 0 ? -(globalOff + 1) : globalOff, foffsets, PETSC_FALSE, permsF, p, fclperm, findi… in DMPlexMatGetClosureIndicesRefined()
8835 …PetscCall(PetscSectionRestoreFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)… in DMPlexMatGetClosureIndicesRefined()
8839 const PetscInt **permsF = NULL; in DMPlexMatGetClosureIndicesRefined() local
8842 PetscCall(PetscSectionGetPointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatGetClosureIndicesRefined()
8845 const PetscInt *perm = permsF ? permsF[p] : NULL; in DMPlexMatGetClosureIndicesRefined()
8856 PetscCall(PetscSectionRestorePointSyms(fsection, numFPoints, ftotpoints, &permsF, NULL)); in DMPlexMatGetClosureIndicesRefined()