Lines Matching refs:PetscSectionGetDof
131 PetscCall(PetscSectionGetDof(section, p, &dof)); in PetscSectionCopy_Internal()
286 PetscCall(PetscSectionGetDof(s1, p, &n1)); in PetscSectionCompare()
287 PetscCall(PetscSectionGetDof(s2, p, &n2)); in PetscSectionCompare()
941 PetscErrorCode PetscSectionGetDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetDof() function
1029 PetscCall(PetscSectionGetDof(s->field[field], point, numDof)); in PetscSectionGetFieldDof()
1124 if (s->bc) PetscCall(PetscSectionGetDof(s->bc, point, numDof)); in PetscSectionGetConstraintDof()
1510 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSection()
1525 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSection()
1654 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateGlobalSectionCensored()
1744 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionGetPointLayout()
1793 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionGetValueLayout()
2162 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateComponentSubsection()
2283 PetscCall(PetscSectionGetDof(s[i], p, &dof)); in PetscSectionCreateSupersection()
2356 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionCreateSubplexSection_Private()
3124 PetscCall(PetscSectionGetDof(s, p, &dof)); in PetscSectionPermute()
4002 PetscCall(PetscSectionGetDof(s, i, &n)); \
4048 PetscCall(PetscSectionGetDof(origSection, points_[i], &n)); in PetscSectionExtractDofsFromArray()