Searched refs:DMShellSetCreateGlobalVector (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 15 PETSC_EXTERN PetscErrorCode DMShellSetCreateGlobalVector(DM, PetscErrorCode (*)(DM, Vec *));
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 96 setCreateLocalVector, petsc.DMShellSetCreateGlobalVector 104 CHKERR(DMShellSetCreateGlobalVector(self.dm, DMSHELL_CreateGlobalVector)) 106 CHKERR(DMShellSetCreateGlobalVector(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 49 PetscErrorCode DMShellSetCreateGlobalVector(PetscDM, PetscDMShellCreateVectorFunction)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex65.c | 42 PetscCall(DMShellSetCreateGlobalVector(*shell, CreateGlobalVector)); in MyDMShellCreate()
|
| H A D | ex73.c | 540 PetscCall(DMShellSetCreateGlobalVector(*dms, DMCreateGlobalVector_ShellDA)); in DMShellCreate_ShellDA()
|
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 101 *ierr = DMShellSetCreateGlobalVector(*dm, ourcreateglobalvector); in dmshellsetcreateglobalvector_()
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 465 PetscErrorCode DMShellSetCreateGlobalVector(DM dm, PetscErrorCode (*func)(DM, Vec *)) in DMShellSetCreateGlobalVector() function
|