Searched refs:minOrient (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/label/ftn-custom/ |
| H A D | zdmlabel.c | 11 …tum_(PetscSectionSym *sym, PetscInt *stratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOr… in petscsectionsymlabelsetstratum_() argument 13 …*__ierr = PetscSectionSymLabelSetStratum(*sym, *stratum, *size, *minOrient, *maxOrient, *mode, (co… in petscsectionsymlabelsetstratum_()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2845 …tratum(PetscSectionSym sym, PetscInt stratum, PetscInt *size, PetscInt *minOrient, PetscInt *maxOr… in PetscSectionSymLabelGetStratum() argument 2866 if (minOrient) { in PetscSectionSymLabelGetStratum() 2867 PetscAssertPointer(minOrient, 4); in PetscSectionSymLabelGetStratum() 2868 *minOrient = sl->minMaxOrients[i][0]; in PetscSectionSymLabelGetStratum() 2904 …tStratum(PetscSectionSym sym, PetscInt stratum, PetscInt size, PetscInt minOrient, PetscInt maxOri… in PetscSectionSymLabelSetStratum() argument 2923 sl->minMaxOrients[i][0] = minOrient; in PetscSectionSymLabelSetStratum() 2929 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownPerms)); in PetscSectionSymLabelSetStratum() 2930 for (j = 0; j < maxOrient - minOrient; j++) { in PetscSectionSymLabelSetStratum() 2936 sl->perms[i] = (const PetscInt **)&ownPerms[-minOrient]; in PetscSectionSymLabelSetStratum() 2941 PetscCall(PetscCalloc1(maxOrient - minOrient, &ownRots)); in PetscSectionSymLabelSetStratum() [all …]
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 916 PetscInt eStart, minOrient, maxOrient, numOrient; in DMFieldComputeFaceData_DS() local 939 minOrient = PETSC_INT_MAX; in DMFieldComputeFaceData_DS() 973 minOrient = PetscMin(minOrient, orient[f]); in DMFieldComputeFaceData_DS() 983 numOrient = found ? maxOrient + 1 - minOrient : 0; in DMFieldComputeFaceData_DS() 991 counts[co[p][s][0]][co[p][s][1] - minOrient]++; in DMFieldComputeFaceData_DS() 992 orients[co[p][s][1] - minOrient]++; in DMFieldComputeFaceData_DS() 998 PetscInt orient = o + minOrient; in DMFieldComputeFaceData_DS() 1090 if (co[p][s][0] == f && co[p][s][1] == o + minOrient) numCells++; in DMFieldComputeFaceData_DS() 1096 if (co[p][s][0] == f && co[p][s][1] == o + minOrient) cells[offset++] = co[p][s][2]; in DMFieldComputeFaceData_DS() 1103 if (co[p][s][0] == f && co[p][s][1] == o + minOrient) { in DMFieldComputeFaceData_DS()
|