Home
last modified time | relevance | path

Searched refs:DMShellSetCreateFieldDecomposition (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/tests/output/
H A Dex54f_1.out1 DMShellSetCreateFieldDecomposition set successfully.
/petsc/src/dm/tests/
H A Dex54f.F9025 PetscCallA(DMShellSetCreateFieldDecomposition(dm, myFieldDecomp, ierr))
/petsc/include/
H A Dpetscdmshell.h34 PETSC_EXTERN PetscErrorCode DMShellSetCreateFieldDecomposition(DM, PetscErrorCode (*)(DM, PetscInt …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx548 petsc.DMShellSetCreateFieldDecomposition
556 CHKERR(DMShellSetCreateFieldDecomposition(self.dm, DMSHELL_CreateFieldDecomposition))
558 CHKERR(DMShellSetCreateFieldDecomposition(self.dm, NULL))
H A Dpetscdmshell.pxi63 …PetscErrorCode DMShellSetCreateFieldDecomposition(PetscDM, PetscDMShellCreateFieldDecompositionFun…
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c142 *ierr = DMShellSetCreateFieldDecomposition(*dm, ourcreatefielddecomposition); in dmshellsetcreatefielddecomposition_()
/petsc/src/dm/impls/shell/
H A Ddmshell.c970 PetscErrorCode DMShellSetCreateFieldDecomposition(DM dm, PetscErrorCode (*decomp)(DM, PetscInt *, c… in DMShellSetCreateFieldDecomposition() function