Lines Matching refs:st_width
41 PetscInt st_width; /* Stencil width */ member
66 …, user.by, DMDA_STENCIL_STAR, 4, 4, PETSC_DECIDE, PETSC_DECIDE, 1, user.st_width, NULL, NULL, &use… in main()
207 if (user->st_width == 1) { in adv1()
209 } else if (user->st_width == 2) { in adv1()
211 } else if (user->st_width == 3) { in adv1()
226 if (user->st_width == 1) { in adv2()
228 } else if (user->st_width == 2) { in adv2()
230 } else if (user->st_width == 3) { in adv2()
240 if (user->st_width == 1) { in diffuse()
242 } else if (user->st_width == 2) { in diffuse()
244 } else if (user->st_width == 3) { in diffuse()
389 user->st_width = 1; in Parameter_settings()
407 PetscCall(PetscOptionsGetInt(NULL, NULL, "-stencil_width", &user->st_width, &flg)); in Parameter_settings()