Searched refs:ownPerms (Results 1 – 1 of 1) sorted by relevance
2927 PetscInt **ownPerms; in PetscSectionSymLabelSetStratum() local2929 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownPerms)); in PetscSectionSymLabelSetStratum()2932 PetscCall(PetscMalloc1(size, &ownPerms[j])); in PetscSectionSymLabelSetStratum()2933 for (k = 0; k < size; k++) ownPerms[j][k] = perms[j][k]; in PetscSectionSymLabelSetStratum()2936 sl->perms[i] = (const PetscInt **)&ownPerms[-minOrient]; in PetscSectionSymLabelSetStratum()