Lines Matching refs:PetscSectionGetFieldDof
137 PetscCall(PetscSectionGetFieldDof(section, p, f, &dof)); in PetscSectionCopy_Internal()
314 PetscCall(PetscSectionGetFieldDof(s1, p, f, &n1)); in PetscSectionCompare()
315 PetscCall(PetscSectionGetFieldDof(s2, p, f, &n2)); in PetscSectionCompare()
1023 PetscErrorCode PetscSectionGetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *nu… in PetscSectionGetFieldDof() function
1573 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in PetscSectionCreateGlobalSection()
2062 PetscCall(PetscSectionGetFieldDof(s, p, fields[f], &fdof)); in PetscSectionCreateSubsection()
2095 PetscCall(PetscSectionGetFieldDof(s, p, fields[f], &fdof)); in PetscSectionCreateSubsection()
2243 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection()
2275 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection()
2351 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in PetscSectionCreateSubplexSection_Private()
3129 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in PetscSectionPermute()