Searched refs:PetscSectionCreateSubsection (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 48 PetscErrorCode PetscSectionCreateSubsection(PetscSection, PetscInt, PetscInt[], PetscSection*)
|
| /petsc/include/ |
| H A D | petscsection.h | 72 PETSC_EXTERN PetscErrorCode PetscSectionCreateSubsection(PetscSection, PetscInt, const PetscInt[], …
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 290 PetscCall(PetscSectionCreateSubsection(section, numFields, fields, &subsection)); in DMSelectFields_Private()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2027 PetscErrorCode PetscSectionCreateSubsection(PetscSection s, PetscInt len, const PetscInt fields[], … in PetscSectionCreateSubsection() function
|