Home
last modified time | relevance | path

Searched refs:use_gp_coords (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex43.c1121 …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 Dex49.c725 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()