Lines Matching refs:minMaxOrients
2669 PetscInt (*minMaxOrients)[2]; member
2681 for (j = sl->minMaxOrients[i][0]; j < sl->minMaxOrients[i][1]; j++) { in PetscSectionSymLabelReset()
2686 const PetscInt **perms = &sl->perms[i][sl->minMaxOrients[i][0]]; in PetscSectionSymLabelReset()
2691 const PetscScalar **rots = &sl->rots[i][sl->minMaxOrients[i][0]]; in PetscSectionSymLabelReset()
2697 PetscCall(PetscFree5(sl->modes, sl->sizes, sl->perms, sl->rots, sl->minMaxOrients)); in PetscSectionSymLabelReset()
2747 …on range: [%" PetscInt_FMT ", %" PetscInt_FMT ")\n", sl->minMaxOrients[i][0], sl->minMaxOrients[i]… in PetscSectionSymView_Label()
2750 for (j = sl->minMaxOrients[i][0]; j < sl->minMaxOrients[i][1]; j++) { in PetscSectionSymView_Label()
2815 …->numStrata + 1, &sl->perms, sl->numStrata + 1, &sl->rots, sl->numStrata + 1, &sl->minMaxOrients)); in PetscSectionSymLabelSetLabel()
2820 PetscCall(PetscMemzero((void *)sl->minMaxOrients, (sl->numStrata + 1) * sizeof(PetscInt[2]))); in PetscSectionSymLabelSetLabel()
2868 *minOrient = sl->minMaxOrients[i][0]; in PetscSectionSymLabelGetStratum()
2872 *maxOrient = sl->minMaxOrients[i][1]; in PetscSectionSymLabelGetStratum()
2876 *perms = PetscSafePointerPlusOffset(sl->perms[i], sl->minMaxOrients[i][0]); in PetscSectionSymLabelGetStratum()
2880 *rots = PetscSafePointerPlusOffset(sl->rots[i], sl->minMaxOrients[i][0]); in PetscSectionSymLabelGetStratum()
2923 sl->minMaxOrients[i][0] = minOrient; in PetscSectionSymLabelSetStratum()
2924 sl->minMaxOrients[i][1] = maxOrient; in PetscSectionSymLabelSetStratum()
2984 …minMaxOrients[j][1] > sl->minMaxOrients[j][0]) || !(ornt < sl->minMaxOrients[j][0] || ornt >= sl->… in PetscSectionSymGetPoints_Label()