Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D321.md175 - Change interface to `DMCreateSectionSubDM()` to add component specification
/petsc/src/dm/impls/shell/
H A Ddmshell.c1124 PetscCall(DMCreateSectionSubDM(dm, numFields, fields, NULL, NULL, is, subdm)); in DMCreateSubDM_Shell()
/petsc/src/dm/interface/
H A Ddmi.c412 PetscErrorCode DMCreateSectionSubDM(DM dm, PetscInt numFields, const PetscInt fields[], const Petsc… in DMCreateSectionSubDM() function
/petsc/include/
H A Dpetscdm.h221 PETSC_EXTERN PetscErrorCode DMCreateSectionSubDM(DM, PetscInt, const PetscInt[], const PetscInt[], …
/petsc/src/dm/impls/forest/
H A Dforest.c1573 PetscCall(DMCreateSectionSubDM(dm, numFields, fields, NULL, NULL, is, subdm)); in DMCreateSubDM_Forest()
/petsc/src/dm/impls/plex/
H A Dplex.c4333 PetscCall(DMCreateSectionSubDM(dm, numFields, fields, NULL, NULL, is, subdm)); in DMCreateSubDM_Plex()