Searched refs:nfcdof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/section/interface/ ! |
| H A D | section.c | 252 PetscInt pStart, pEnd, nfields, ncdof, nfcdof, p, f, n1, n2; in PetscSectionCompare() local 318 PetscCall(PetscSectionGetFieldConstraintDof(s1, p, f, &nfcdof)); in PetscSectionCompare() 320 if (nfcdof != n2) goto not_congruent; in PetscSectionCompare() 324 PetscCall(PetscArraycmp(idx1, idx2, nfcdof, congruent)); in PetscSectionCompare()
|