Searched refs:fclperm (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 8670 …lobalOff < 0 ? -(globalOff + 1) : globalOff, foffsets, PETSC_FALSE, permsF, p, fclperm, findices)); in DMPlexMatSetClosureRefined() 8690 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, fclperm, findices)); in DMPlexMatSetClosureRefined() 8726 const PetscInt *fclperm = NULL, *cclperm = NULL; /* Closure permutations cannot work here */ in DMPlexMatGetClosureIndicesRefined() local 8828 …lobalOff < 0 ? -(globalOff + 1) : globalOff, foffsets, PETSC_FALSE, permsF, p, fclperm, findices)); in DMPlexMatGetClosureIndicesRefined() 8848 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, fclperm, findices)); in DMPlexMatGetClosureIndicesRefined()
|