| /petsc/src/dm/tests/ |
| H A D | ex10k.kokkos.cxx | 70 …"init 1", MDRangePolicy<Rank<3, Iterate::Right, Iterate::Right>>({ys, xs, 0}, {ys + ym, xs + xm, d… in main() 94 …"stencil 1", MDRangePolicy<Rank<3, Iterate::Right, Iterate::Right>>({ys, xs, 0}, {ys + ym, xs + xm… in main() 146 …"init 2", MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>({ys, xs}, {ys + ym, xs + xm}), KO… in main() 176 …"stencil 2", MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>({ys, xs}, {ys + ym, xs + xm}),… in main()
|
| H A D | ex2k.kokkos.cxx | 146 …MDRangePolicy<Kokkos::DefaultHostExecutionSpace, Rank<3, Iterate::Right, Iterate::Right>>({zs, ys,… in main()
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 29 Vec Bottom, Top, Left, Right; /* boundary values */ member 169 PetscCall(VecDestroy(&user.Right)); in main() 230 PetscCall(VecGetArray(user->Right, &right)); in FormFunctionGradient() 367 PetscCall(VecRestoreArray(user->Right, &right)); in FormFunctionGradient() 451 PetscCall(VecGetArray(user->Right, &right)); in FormHessian() 582 PetscCall(VecRestoreArray(user->Right, &right)); in FormHessian() 615 Vec Bottom, Top, Right, Left; in MSA_BoundaryConditions() local 630 PetscCall(VecCreateMPI(MPI_COMM_WORLD, rsize, PETSC_DECIDE, &Right)); in MSA_BoundaryConditions() 635 user->Right = Right; in MSA_BoundaryConditions() 660 PetscCall(VecGetArray(Right, &boundary)); in MSA_BoundaryConditions() [all …]
|
| H A D | plate2f.F90 | 24 Vec Right, Bottom 109 PetscCall(VecGetArray(Right, right_v, ierr)) 258 PetscCall(VecRestoreArray(Right, right_v, ierr)) 336 PetscCall(VecGetArray(Right, right_v, ierr)) 488 PetscCall(VecRestoreArray(Right, right_v, ierr)) 552 PetscCall(VecCreateMPI(PETSC_COMM_WORLD, rsize, PETSC_DECIDE, Right, ierr)) 581 PetscCall(VecGetArray(Right, boundary_v, ierr)) 625 PetscCall(VecRestoreArray(Right, boundary_v, ierr)) 643 PetscCall(VecScale(Right, scl, ierr)) 762 PetscCall(VecGetArray(Right, right_v, ierr)) [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex55k.kokkos.cxx | 61 …"FormFunctionLocalVec", MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>(exec, {ys, xs}, {ys… in FormFunctionLocalVec() 140 …"FormObjectiveLocalVec", MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>(exec, {ys, xs}, {y… in FormObjectiveLocalVec() 264 …"FormJacobianLocalVec", MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>(exec, {ys, xs}, {ys… in FormJacobianLocalVec()
|
| /petsc/ |
| H A D | .clang-format | 117 PointerAlignment: Right
|
| /petsc/doc/manual/ |
| H A D | other.md | 1046 2. Right-click on the project (or the “File” menu on top) and select 1050 3. Right-click on the C project and open the “Properties” panel. Under 1082 1. Right-click on your C project and select “Properties 1113 3. Right-click on the project in the project explorer, and choose “Index 1115 4. Right-click on the PETSc symlink in the project explorer, and choose
|
| H A D | snes.md | 1398 Right nonlinear preconditioning redefines the nonlinear function as the
|
| H A D | ksp.md | 289 preconditioning by default. Right preconditioning can be activated for
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 415 Right hand side vector. 1725 Right hand side vector. 1806 Right hand side vector.
|
| H A D | SNES.pyx | 2477 """Right-hand side vector."""
|
| H A D | Mat.pyx | 3519 …side: Literal['r', 'R', 'right', 'Right', 'RIGHT', 'l', 'L', 'left', 'Left', 'LEFT'] | None = None… argument 3545 elif side in ('r', 'R', 'right', 'Right', 'RIGHT'):
|