Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h76 PETSC_EXTERN PetscErrorCode PetscSectionCreateComponentSubsection(PetscSection, PetscInt, const Pet…
/petsc/doc/changes/
H A D321.md83 - Add `PetscSectionCreateComponentSubsection()`
/petsc/src/dm/interface/
H A Ddmi.c250 PetscCall(PetscSectionCreateComponentSubsection(section, numComps[field], comps, &subsection)); in DMSelectFields_Private()
/petsc/src/vec/is/section/interface/
H A Dsection.c2133 PetscErrorCode PetscSectionCreateComponentSubsection(PetscSection s, PetscInt len, const PetscInt c… in PetscSectionCreateComponentSubsection() function