Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8662 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()
[all …]