Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 9 of 9) sorted by relevance

/petsc/doc/overview/
H A Dnutshell.md3 See {any}`handson` to immediately jump in and run PETSc code.
/petsc/doc/miscellaneous/
H A Dcodemanagement.md33 using make and have the editor automatically jump to the line of
/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1973 PetscBool jump; in solve_stokes_3d_coupled() local
1984 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()
H A Dex43.c1367 PetscBool jump; in solve_stokes_2d_coupled() local
1378 jump = (PetscBool)(PetscGlobalRank % 2); in solve_stokes_2d_coupled()
1380jump = (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()
/petsc/doc/
H A Dindex.md10 Immediately jump in and run PETSc and TAO code {any}`handson`.
/petsc/doc/changes/
H A D2028.md171 to allow emacs to jump to error; can be used with any other error
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas5705 (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 "" ""))
/petsc/doc/manual/
H A Dgetting_started.md118 See {any}`handson` to immediately jump in and run PETSc code.
H A Dother.md995 the main window will jump to the file and line with the error. The following