Searched refs:PetscSectionCreateComponentSubsection (Results 1 – 4 of 4) sorted by relevance
76 PETSC_EXTERN PetscErrorCode PetscSectionCreateComponentSubsection(PetscSection, PetscInt, const Pet…
83 - Add `PetscSectionCreateComponentSubsection()`
250 PetscCall(PetscSectionCreateComponentSubsection(section, numComps[field], comps, &subsection)); in DMSelectFields_Private()
2133 PetscErrorCode PetscSectionCreateComponentSubsection(PetscSection s, PetscInt len, const PetscInt c… in PetscSectionCreateComponentSubsection() function