Lines Matching refs:PetscSectionSetDof
132 PetscCall(PetscSectionSetDof(newSection, p, dof)); in PetscSectionCopy_Internal()
968 PetscErrorCode PetscSectionSetDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetDof() function
1064 PetscCall(PetscSectionSetDof(s->field[field], point, numDof)); in PetscSectionSetFieldDof()
1149 PetscCall(PetscSectionSetDof(s->bc, point, numDof)); in PetscSectionSetConstraintDof()
1511 PetscCall(PetscSectionSetDof(gs, p, dof)); in PetscSectionCreateGlobalSection()
1649 PetscCall(PetscSectionSetDof(*gsection, p, 0)); in PetscSectionCreateGlobalSectionCensored()
1655 PetscCall(PetscSectionSetDof(*gsection, p, dof)); in PetscSectionCreateGlobalSectionCensored()
2069 PetscCall(PetscSectionSetDof(*subs, p, dof)); in PetscSectionCreateSubsection()
2168 PetscCall(PetscSectionSetDof(*subs, p, len)); in PetscSectionCreateComponentSubsection()
2251 PetscCall(PetscSectionSetDof(*supers, p, dof)); in PetscSectionCreateSupersection()
2357 PetscCall(PetscSectionSetDof(*subs, subp, dof)); in PetscSectionCreateSubplexSection_Private()
3125 PetscCall(PetscSectionSetDof(sNew, perm[p], dof)); in PetscSectionPermute()
4049 PetscCall(PetscSectionSetDof(s, i, n)); in PetscSectionExtractDofsFromArray()