Lines Matching refs:supers

2196 PetscErrorCode PetscSectionCreateSupersection(PetscSection s[], PetscInt len, PetscSection *supers)  in PetscSectionCreateSupersection()  argument
2211 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)s[0]), supers)); in PetscSectionCreateSupersection()
2212 PetscCall(PetscSectionSetNumFields(*supers, Nf)); in PetscSectionCreateSupersection()
2222 PetscCall(PetscSectionSetFieldName(*supers, f, name)); in PetscSectionCreateSupersection()
2224 PetscCall(PetscSectionSetFieldComponents(*supers, f, numComp)); in PetscSectionCreateSupersection()
2227 PetscCall(PetscSectionSetComponentName(*supers, f, ci, name)); in PetscSectionCreateSupersection()
2231 PetscCall(PetscSectionSetChart(*supers, pStart, pEnd)); in PetscSectionCreateSupersection()
2244 PetscCall(PetscSectionAddFieldDof(*supers, p, f, fdof)); in PetscSectionCreateSupersection()
2246 if (cfdof) PetscCall(PetscSectionAddFieldConstraintDof(*supers, p, f, cfdof)); in PetscSectionCreateSupersection()
2251 PetscCall(PetscSectionSetDof(*supers, p, dof)); in PetscSectionCreateSupersection()
2252 if (cdof) PetscCall(PetscSectionSetConstraintDof(*supers, p, cdof)); in PetscSectionCreateSupersection()
2255 PetscCall(PetscSectionSetUp(*supers)); in PetscSectionCreateSupersection()
2263 PetscCall(PetscSectionGetConstraintDof(*supers, p, &cdof)); in PetscSectionCreateSupersection()
2279 PetscCall(PetscSectionSetFieldConstraintIndices(*supers, p, f, &indices[numConst])); in PetscSectionCreateSupersection()
2286 PetscCall(PetscSectionSetConstraintIndices(*supers, p, indices)); in PetscSectionCreateSupersection()