Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c2669 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()
[all …]