Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi48 PetscErrorCode PetscSectionCreateSubsection(PetscSection, PetscInt, PetscInt[], PetscSection*)
/petsc/include/
H A Dpetscsection.h72 PETSC_EXTERN PetscErrorCode PetscSectionCreateSubsection(PetscSection, PetscInt, const PetscInt[], …
/petsc/src/dm/interface/
H A Ddmi.c290 PetscCall(PetscSectionCreateSubsection(section, numFields, fields, &subsection)); in DMSelectFields_Private()
/petsc/src/vec/is/section/interface/
H A Dsection.c2027 PetscErrorCode PetscSectionCreateSubsection(PetscSection s, PetscInt len, const PetscInt fields[], … in PetscSectionCreateSubsection() function