Home
last modified time | relevance | path

Searched refs:DMShellGetCreateRestriction (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h31 PETSC_EXTERN PetscErrorCode DMShellGetCreateRestriction(DM, PetscErrorCode (**)(DM, DM, Mat *));
/petsc/src/dm/impls/shell/
H A Ddmshell.c893 PetscErrorCode DMShellGetCreateRestriction(DM dm, PetscErrorCode (**restriction)(DM, DM, Mat *)) in DMShellGetCreateRestriction() function