Home
last modified time | relevance | path

Searched refs:DMStagGetStencilWidth (Results 1 – 13 of 13) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex12.c26 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
H A Dex9.c27 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
H A Dex10.c26 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
H A Dex7.c27 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
H A Dex40.c126 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in FormFunction1D()
240 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in FormJacobian1D()
/petsc/include/
H A Dpetscdmstag.h117 PETSC_EXTERN PetscErrorCode DMStagGetStencilWidth(DM, PetscInt *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi53 PetscErrorCode DMStagGetStencilWidth(PetscDM, PetscInt*)
H A DDMStag.pyx341 petsc.DMStagGetStencilWidth
345 CHKERR(DMStagGetStencilWidth(self.dm, &swidth))
/petsc/src/dm/impls/stag/
H A Dstag.c388 PetscCall(DMStagGetStencilWidth(dmc, &stencilWidthc)); in CheckTransferOperatorRequirements_Private()
390 PetscCall(DMStagGetStencilWidth(dmf, &stencilWidthf)); in CheckTransferOperatorRequirements_Private()
H A Dstag1d.c529 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_1D_AIJ_Assemble()
H A Dstagutils.c636 PetscErrorCode DMStagGetStencilWidth(DM dm, PetscInt *stencilWidth) in DMStagGetStencilWidth() function
H A Dstag2d.c1310 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c3404 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()