Searched refs:DMStagGetStencilWidth (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex12.c | 26 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
|
| H A D | ex9.c | 27 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
|
| H A D | ex10.c | 26 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
|
| H A D | ex7.c | 27 PetscCall(DMStagGetStencilWidth(dm, &stencilWidth)); in main()
|
| H A D | ex40.c | 126 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in FormFunction1D() 240 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in FormJacobian1D()
|
| /petsc/include/ |
| H A D | petscdmstag.h | 117 PETSC_EXTERN PetscErrorCode DMStagGetStencilWidth(DM, PetscInt *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 53 PetscErrorCode DMStagGetStencilWidth(PetscDM, PetscInt*)
|
| H A D | DMStag.pyx | 341 petsc.DMStagGetStencilWidth 345 CHKERR(DMStagGetStencilWidth(self.dm, &swidth))
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 388 PetscCall(DMStagGetStencilWidth(dmc, &stencilWidthc)); in CheckTransferOperatorRequirements_Private() 390 PetscCall(DMStagGetStencilWidth(dmf, &stencilWidthf)); in CheckTransferOperatorRequirements_Private()
|
| H A D | stag1d.c | 529 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_1D_AIJ_Assemble()
|
| H A D | stagutils.c | 636 PetscErrorCode DMStagGetStencilWidth(DM dm, PetscInt *stencilWidth) in DMStagGetStencilWidth() function
|
| H A D | stag2d.c | 1310 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_2D_AIJ_Assemble()
|
| H A D | stag3d.c | 3404 PetscCall(DMStagGetStencilWidth(dm, &stencil_width)); in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|