Searched refs:opts_phi (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1320 …a0, opts_eta1, opts_r, opts_dx, opts_dy, opts_c0x, opts_c0y, opts_s0x, opts_s0y, opts_phi, radius2; in solve_stokes_2d_coupled() local 1331 opts_phi = 25; in solve_stokes_2d_coupled() 1342 PetscCall(PetscOptionsGetReal(NULL, NULL, "-sinker_phi", &opts_phi, NULL)); in solve_stokes_2d_coupled() 1343 opts_phi *= PETSC_PI / 180; in solve_stokes_2d_coupled() 1358 …opts_phi) + (coord_y - opts_s0y) * PetscSinReal(opts_phi)) < opts_dx / 2 && PetscAbs(-(coord_x - o… in solve_stokes_2d_coupled()
|