Searched refs:jump (Results 1 – 9 of 9) sorted by relevance
3 See {any}`handson` to immediately jump in and run PETSc code.
33 using make and have the editor automatically jump to the line of
1973 PetscBool jump; in solve_stokes_3d_coupled() local1984 if (px % 2) jump = (PetscBool)(rr % 2); in solve_stokes_3d_coupled()1985 else jump = (PetscBool)((rr / px) % 2 ? rr % 2 : !(rr % 2)); in solve_stokes_3d_coupled()1987 if (rr % 2) jump = (PetscBool)!jump; in solve_stokes_3d_coupled()1993 cell->eta[p] = jump ? PetscPowReal(10.0, opts_mag) : opts_eta0; in solve_stokes_3d_coupled()
1367 PetscBool jump; in solve_stokes_2d_coupled() local1378 jump = (PetscBool)(PetscGlobalRank % 2); in solve_stokes_2d_coupled()1380 … jump = (PetscBool)((PetscGlobalRank / px) % 2 ? PetscGlobalRank % 2 : !(PetscGlobalRank % 2)); in solve_stokes_2d_coupled()1390 element_props[j][i].eta[p] = jump ? PetscPowReal(10.0, opts_mag) : opts_eta0; in solve_stokes_2d_coupled()
10 Immediately jump in and run PETSc and TAO code {any}`handson`.
171 to allow emacs to jump to error; can be used with any other error
5705 (jump/orient-zone-based-on-flow? #t)6248 (pmn/cfl-jump 5.)6251 (pmn/mark-cfl-jump? #f)8393 (defaults/pre-2021r1-wfgc-jump? #f)8417 (recon/wfgc-jump-enhanced? #t)9655 (fan-pre-jump . 0)9888 (elec-potential-jump (constant . 0) (profile "" ""))10204 (elec-potential-jump (constant . 0) (profile "" ""))10520 (elec-potential-jump (constant . 0) (profile "" ""))10836 (elec-potential-jump (constant . 0) (profile "" ""))
118 See {any}`handson` to immediately jump in and run PETSc code.
995 the main window will jump to the file and line with the error. The following