Searched refs:DMShellSetCreateRestriction (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 30 PETSC_EXTERN PetscErrorCode DMShellSetCreateRestriction(DM, PetscErrorCode (*)(DM, DM, Mat *));
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 516 petsc.DMShellSetCreateRestriction 524 CHKERR(DMShellSetCreateRestriction(self.dm, DMSHELL_CreateRestriction)) 526 CHKERR(DMShellSetCreateRestriction(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 62 PetscErrorCode DMShellSetCreateRestriction(PetscDM, PetscDMShellCreateRestrictionFunction)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex65.c | 47 PetscCall(DMShellSetCreateRestriction(*shell, CreateRestriction)); in MyDMShellCreate()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 191 - Added DMShellSetCreateRestriction
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 866 PetscErrorCode DMShellSetCreateRestriction(DM dm, PetscErrorCode (*restriction)(DM, DM, Mat *)) in DMShellSetCreateRestriction() function
|