Lines Matching refs:st_width
47 PetscInt st_width; /* Stencil width */ member
72 …, user.by, DMDA_STENCIL_STAR, 4, 4, PETSC_DECIDE, PETSC_DECIDE, 1, user.st_width, NULL, NULL, &use… in main()
176 if (user->st_width == 1) { in adv1()
178 } else if (user->st_width == 2) { in adv1()
180 } else if (user->st_width == 3) { in adv1()
196 if (user->st_width == 1) { in adv2()
198 } else if (user->st_width == 2) { in adv2()
200 } else if (user->st_width == 3) { in adv2()
212 if (user->st_width == 1) { in diffuse()
214 } else if (user->st_width == 2) { in diffuse()
216 } else if (user->st_width == 3) { in diffuse()
361 user->st_width = 1; in Parameter_settings()
377 PetscCall(PetscOptionsGetInt(NULL, NULL, "-stencil_width", &user->st_width, &flg)); in Parameter_settings()