Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c2939 PetscScalar **ownRots; in PetscSectionSymLabelSetStratum() local
2941 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()