Searched refs:cclperm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8561 const PetscInt *fclperm = NULL, *cclperm = NULL; /* Closure permutations cannot work here */ in DMPlexMatSetClosureRefined() local 8674 …lobalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindices)); in DMPlexMatSetClosureRefined() 8696 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, cclperm, cindices)); in DMPlexMatSetClosureRefined() 8726 const PetscInt *fclperm = NULL, *cclperm = NULL; /* Closure permutations cannot work here */ in DMPlexMatGetClosureIndicesRefined() local 8832 …lobalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindices)); in DMPlexMatGetClosureIndicesRefined() 8854 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, cclperm, cindices)); in DMPlexMatGetClosureIndicesRefined()
|