Home
last modified time | relevance | path

Searched refs:supers (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/section/interface/
H A Dsection.c2196 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()
[all …]