Searched refs:ownRots (Results 1 – 1 of 1) sorted by relevance
2939 PetscScalar **ownRots; in PetscSectionSymLabelSetStratum() local2941 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownRots)); in PetscSectionSymLabelSetStratum()2944 PetscCall(PetscMalloc1(size, &ownRots[j])); in PetscSectionSymLabelSetStratum()2945 for (k = 0; k < size; k++) ownRots[j][k] = rots[j][k]; in PetscSectionSymLabelSetStratum()2948 sl->rots[i] = (const PetscScalar **)&ownRots[-minOrient]; in PetscSectionSymLabelSetStratum()