Home
last modified time | relevance | path

Searched defs:stencil_width (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/tests/
H A Dex39.c8 PetscInt M = 6, stencil_width = 1, dof = 1, m, xstart, i, j; in main() local
H A Dex40.c8 PetscInt M = 8, N = 8, stencil_width = 1, dof = 1, m, n, xstart, ystart, i, j, c; in main() local
H A Dex38.c9 PetscInt stencil_width = 2; in main() local
H A Dex41.c8 …PetscInt M = 4, N = 5, P = 6, stencil_width = 1, dof = 1, m, n, p, xstart, ystart, zstart, … in main() local
H A Dex33.c11 PetscInt stencil_width = 1, pt = 0, st = 0; in main() local
H A Dex23.c9 …m = PETSC_DECIDE, n = PETSC_DECIDE, p = PETSC_DECIDE, M = 8, dof = 1, stencil_width = 1, P = 5, pt… in main() local
H A Dex7.c8 …PetscInt M = 8, dof = 1, stencil_width = 1, i, start, end, P = 5, N = 6, m = PETSC_DECIDE, … in main() local
/petsc/src/dm/tutorials/
H A Dex21.c34 PetscInt stencil_width = 1; in pic_advect() local
H A Dex20.c15 PetscInt dof, stencil_width; in pic_insert_DMDA() local
/petsc/src/dm/impls/da/
H A Dda.c939 static PetscErrorCode DMDARefineOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width, … in DMDARefineOwnershipRanges()
980 static PetscErrorCode DMDACoarsenOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width,… in DMDACoarsenOwnershipRanges()
/petsc/src/dm/impls/stag/
H A Dstag1d.c523 PetscInt dof[2], start, n, n_extra, stencil_width, N, epe; in DMCreateMatrix_Stag_1D_AIJ_Assemble() local
H A Dstag2d.c1303 …PetscInt entries, dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[2], start[2], n[2], n_ext… in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
H A Dstag3d.c3395 PetscInt dof[DMSTAG_MAX_STRATA], epe, stencil_width, N[3], start[3], n[3], n_extra[3]; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h699 DMDAStencilType stencil_type,PetscInt stencil_width, in DMDACreateND()
/petsc/src/dm/impls/stag/tests/
H A Dex40.c115 PetscInt dim, stencil_width, start, n, n_extra, N, dof[2]; in FormFunction1D() local
232 PetscInt dim, stencil_width, start, n, n_extra, N, dof[2]; in FormJacobian1D() local
/petsc/src/ksp/ksp/tutorials/
H A Dex49.c708 PetscInt u_dof, dof, stencil_width; in solve_elasticity_2d() local
H A Dex70.c859 PetscInt u_dof, p_dof, dof, stencil_width; in SolveTimeDepStokes() local
H A Dex43.c1105 PetscInt u_dof, p_dof, dof, stencil_width; in solve_stokes_2d_coupled() local
H A Dex42.c1778 PetscInt u_dof, p_dof, dof, stencil_width; in solve_stokes_3d_coupled() local
/petsc/src/snes/tutorials/
H A Dex30.c97 PetscInt dof, stencil_width, mglevels; member