Home
last modified time | relevance | path

Searched refs:DMExtrude (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex44.c108 PetscCall(DMExtrude(dm, 3, &dma)); in main()
/petsc/include/
H A Dpetscdm.h114 PETSC_EXTERN PetscErrorCode DMExtrude(DM, PetscInt, DM *);
/petsc/doc/changes/
H A D317.md219 - Add `DMExtrude()` which now the default extrusion
/petsc/src/dm/interface/
H A Ddm.c2628 PetscErrorCode DMExtrude(DM dm, PetscInt layers, DM *dme) in DMExtrude() function
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5296 PetscCall(DMExtrude(dm, extLayers, &edm)); in DMSetFromOptions_Plex()