Home
last modified time | relevance | path

Searched defs:stencilWidth (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagintern.c63 …of1, PetscInt dof2, PetscInt dof3, DMStagStencilType stencilType, PetscInt stencilWidth, const Pet… in DMStagInitialize()
H A Dstagda.c10 PetscInt dim, i, j, stencilWidth, dof, N[DMSTAG_MAX_DIM]; in DMStagCreateCompatibleDMDA() local
H A Dstag1d.c39 …t M, PetscInt dof0, PetscInt dof1, DMStagStencilType stencilType, PetscInt stencilWidth, const Pet… in DMStagCreate1d()
H A Dstagutils.c636 PetscErrorCode DMStagGetStencilWidth(DM dm, PetscInt *stencilWidth) in DMStagGetStencilWidth()
1242 PetscErrorCode DMStagSetStencilWidth(DM dm, PetscInt stencilWidth) in DMStagSetStencilWidth()
H A Dstag2d.c48 …of0, PetscInt dof1, PetscInt dof2, DMStagStencilType stencilType, PetscInt stencilWidth, const Pet… in DMStagCreate2d()
H A Dstag3d.c55 …of1, PetscInt dof2, PetscInt dof3, DMStagStencilType stencilType, PetscInt stencilWidth, const Pet… in DMStagCreate3d()
/petsc/src/dm/impls/stag/tests/
H A Dex12.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex10.c10 …PetscInt startx, starty, nx, ny, i, j, d, is, js, dof0, dof1, dof2, dofTotal, stencilWidth, … in main() local
H A Dex9.c10 … nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3, dofTotal, stencilWidth, ngx, ngy, ngz; in main() local
H A Dex7.c10 …tz, nx, ny, nz, i, j, k, d, is, js, ks, dof0, dof1, dof2, dof3, dofTotal, stencilWidth, Nx, Ny, Nz; in main() local
H A Dex30.c48 const PetscInt stencilWidth = 1; in main() local
H A Dex18.c106 const PetscInt stencilWidth = 1; in main() local
/petsc/include/petsc/private/
H A Ddmstagimpl.h20 PetscInt stencilWidth; /* Elementwise ghost width */ member
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c94 const PetscInt stencilWidth = 1; in main() local
H A Dex3.c123 const PetscInt stencilWidth = 1; in main() local
H A Dex6.c93 const PetscInt stencilWidth = 1; in main() local