Home
last modified time | relevance | path

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

/petsc/src/dm/label/ftn-custom/
H A Dzdmlabel.c11 …*sym, PetscInt *stratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOrient, PetscCopyMode *… in petscsectionsymlabelsetstratum_() argument
13 …*__ierr = PetscSectionSymLabelSetStratum(*sym, *stratum, *size, *minOrient, *maxOrient, *mode, (co… in petscsectionsymlabelsetstratum_()
/petsc/src/dm/label/
H A Ddmlabel.c2845 …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()
[all …]
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c916 PetscInt eStart, minOrient, maxOrient, numOrient; in DMFieldComputeFaceData_DS() local
940 maxOrient = PETSC_INT_MIN; in DMFieldComputeFaceData_DS()
974 maxOrient = PetscMax(maxOrient, orient[f]); in DMFieldComputeFaceData_DS()
983 numOrient = found ? maxOrient + 1 - minOrient : 0; in DMFieldComputeFaceData_DS()