Lines Matching refs:PetscSectionGetNumFields
104 PetscCall(PetscSectionGetNumFields(section, &numFields)); in PetscSectionCopy_Internal()
300 PetscCall(PetscSectionGetNumFields(s1, &nfields)); in PetscSectionCompare()
301 PetscCall(PetscSectionGetNumFields(s2, &n2)); in PetscSectionCompare()
350 PetscErrorCode PetscSectionGetNumFields(PetscSection s, PetscInt *numFields) in PetscSectionGetNumFields() function
1493 PetscCall(PetscSectionGetNumFields(s, &numFields)); in PetscSectionCreateGlobalSection()
2036 PetscCall(PetscSectionGetNumFields(s, &nF)); in PetscSectionCreateSubsection()
2144 PetscCall(PetscSectionGetNumFields(s, &Nf)); in PetscSectionCreateComponentSubsection()
2205 PetscCall(PetscSectionGetNumFields(s[i], &nf)); in PetscSectionCreateSupersection()
2216 PetscCall(PetscSectionGetNumFields(s[i], &nf)); in PetscSectionCreateSupersection()
2239 PetscCall(PetscSectionGetNumFields(s[i], &nf)); in PetscSectionCreateSupersection()
2271 PetscCall(PetscSectionGetNumFields(s[i], &nf)); in PetscSectionCreateSupersection()
2304 PetscCall(PetscSectionGetNumFields(s, &numFields)); in PetscSectionCreateSubplexSection_Private()
3101 PetscCall(PetscSectionGetNumFields(s, &numFields)); in PetscSectionPermute()