Lines Matching refs:permsC
8662 const PetscInt **permsC[32] = {NULL}; in DMPlexMatSetClosureRefined() local
8666 PetscCall(PetscSectionGetFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined()
8674 …p], globalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindi… in DMPlexMatSetClosureRefined()
8678 … PetscCall(PetscSectionRestoreFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatSetClosureRefined()
8682 const PetscInt **permsC = NULL; in DMPlexMatSetClosureRefined() local
8685 PetscCall(PetscSectionGetPointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatSetClosureRefined()
8693 const PetscInt *perm = permsC ? permsC[p] : NULL; in DMPlexMatSetClosureRefined()
8699 PetscCall(PetscSectionRestorePointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatSetClosureRefined()
8820 const PetscInt **permsC[32] = {NULL}; in DMPlexMatGetClosureIndicesRefined() local
8824 PetscCall(PetscSectionGetFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatGetClosureIndicesRefined()
8832 …p], globalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindi… in DMPlexMatGetClosureIndicesRefined()
8836 … PetscCall(PetscSectionRestoreFieldPointSyms(csection, f, numCPoints, cpoints, &permsC[f], NULL)); in DMPlexMatGetClosureIndicesRefined()
8840 const PetscInt **permsC = NULL; in DMPlexMatGetClosureIndicesRefined() local
8843 PetscCall(PetscSectionGetPointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatGetClosureIndicesRefined()
8851 const PetscInt *perm = permsC ? permsC[p] : NULL; in DMPlexMatGetClosureIndicesRefined()
8857 PetscCall(PetscSectionRestorePointSyms(csection, numCPoints, cpoints, &permsC, NULL)); in DMPlexMatGetClosureIndicesRefined()