Searched refs:use_gp_coords (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1121 …PetscBool use_gp_coords = PETSC_FALSE, set, output_gnuplot = PETSC_FALSE, glvis = P… in solve_stokes_2d_coupled() local 1220 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_gp_coords", &use_gp_coords, NULL)); in solve_stokes_2d_coupled() 1245 if (use_gp_coords) { in solve_stokes_2d_coupled() 1272 if (use_gp_coords) { in solve_stokes_2d_coupled() 1303 if (use_gp_coords) { in solve_stokes_2d_coupled() 1348 if (use_gp_coords) { in solve_stokes_2d_coupled() 1385 if (use_gp_coords) { in solve_stokes_2d_coupled()
|
| H A D | ex49.c | 725 PetscBool use_gp_coords = PETSC_FALSE; in solve_elasticity_2d() local 825 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_gp_coords", &use_gp_coords, &flg)); in solve_elasticity_2d() 864 if (use_gp_coords) { in solve_elasticity_2d()
|