Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/tests/
H A Dex10k.kokkos.cxx70 …"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 Dex2k.kokkos.cxx146 …MDRangePolicy<Kokkos::DefaultHostExecutionSpace, Rank<3, Iterate::Right, Iterate::Right>>({zs, ys,… in main()
/petsc/src/tao/bound/tutorials/
H A Dplate2.c29 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 Dplate2f.F9024 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 Dex55k.kokkos.cxx61 …"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-format117 PointerAlignment: Right
/petsc/doc/manual/
H A Dother.md1046 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 Dsnes.md1398 Right nonlinear preconditioning redefines the nonlinear function as the
H A Dksp.md289 preconditioning by default. Right preconditioning can be activated for
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DKSP.pyx415 Right hand side vector.
1725 Right hand side vector.
1806 Right hand side vector.
H A DSNES.pyx2477 """Right-hand side vector."""
H A DMat.pyx3519 …side: Literal['r', 'R', 'right', 'Right', 'RIGHT', 'l', 'L', 'left', 'Left', 'LEFT'] | None = None… argument
3545 elif side in ('r', 'R', 'right', 'Right', 'RIGHT'):