Searched refs:DMShellSetCreateFieldDecomposition (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/tests/output/ |
| H A D | ex54f_1.out | 1 DMShellSetCreateFieldDecomposition set successfully.
|
| /petsc/src/dm/tests/ |
| H A D | ex54f.F90 | 25 PetscCallA(DMShellSetCreateFieldDecomposition(dm, myFieldDecomp, ierr))
|
| /petsc/include/ |
| H A D | petscdmshell.h | 34 PETSC_EXTERN PetscErrorCode DMShellSetCreateFieldDecomposition(DM, PetscErrorCode (*)(DM, PetscInt …
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 548 petsc.DMShellSetCreateFieldDecomposition 556 CHKERR(DMShellSetCreateFieldDecomposition(self.dm, DMSHELL_CreateFieldDecomposition)) 558 CHKERR(DMShellSetCreateFieldDecomposition(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 63 …PetscErrorCode DMShellSetCreateFieldDecomposition(PetscDM, PetscDMShellCreateFieldDecompositionFun…
|
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 142 *ierr = DMShellSetCreateFieldDecomposition(*dm, ourcreatefielddecomposition); in dmshellsetcreatefielddecomposition_()
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 970 PetscErrorCode DMShellSetCreateFieldDecomposition(DM dm, PetscErrorCode (*decomp)(DM, PetscInt *, c… in DMShellSetCreateFieldDecomposition() function
|