Lines Matching refs:maxOrient
2845 …m sym, PetscInt stratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOrient, const PetscInt … in PetscSectionSymLabelGetStratum() argument
2870 if (maxOrient) { in PetscSectionSymLabelGetStratum()
2871 PetscAssertPointer(maxOrient, 5); in PetscSectionSymLabelGetStratum()
2872 *maxOrient = sl->minMaxOrients[i][1]; in PetscSectionSymLabelGetStratum()
2904 …nSym sym, PetscInt stratum, PetscInt size, PetscInt minOrient, PetscInt maxOrient, PetscCopyMode m… in PetscSectionSymLabelSetStratum() argument
2924 sl->minMaxOrients[i][1] = maxOrient; in PetscSectionSymLabelSetStratum()
2929 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownPerms)); in PetscSectionSymLabelSetStratum()
2930 for (j = 0; j < maxOrient - minOrient; j++) { in PetscSectionSymLabelSetStratum()
2941 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownRots)); in PetscSectionSymLabelSetStratum()
2942 for (j = 0; j < maxOrient - minOrient; j++) { in PetscSectionSymLabelSetStratum()
3005 PetscInt size, minOrient, maxOrient; in PetscSectionSymCopy_Label() local
3009 … PetscCall(PetscSectionSymLabelGetStratum(sym, val, &size, &minOrient, &maxOrient, &perms, &rots)); in PetscSectionSymCopy_Label()
3010 …PetscCall(PetscSectionSymLabelSetStratum(nsym, val, size, minOrient, maxOrient, PETSC_COPY_VALUES,… in PetscSectionSymCopy_Label()