Searched refs:Left (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 29 Vec Bottom, Top, Left, Right; /* boundary values */ member 168 PetscCall(VecDestroy(&user.Left)); in main() 229 PetscCall(VecGetArray(user->Left, &left)); in FormFunctionGradient() 364 PetscCall(VecRestoreArray(user->Left, &left)); in FormFunctionGradient() 450 PetscCall(VecGetArray(user->Left, &left)); in FormHessian() 579 PetscCall(VecRestoreArray(user->Left, &left)); in FormHessian() 615 Vec Bottom, Top, Right, Left; in MSA_BoundaryConditions() local 629 PetscCall(VecCreateMPI(MPI_COMM_WORLD, lsize, PETSC_DECIDE, &Left)); in MSA_BoundaryConditions() 633 user->Left = Left; in MSA_BoundaryConditions() 655 PetscCall(VecGetArray(Left, &boundary)); in MSA_BoundaryConditions() [all …]
|
| H A D | plate2f.F90 | 23 Vec Top, Left 108 PetscCall(VecGetArray(Left, left_v, ierr)) 255 PetscCall(VecRestoreArray(Left, left_v, ierr)) 335 PetscCall(VecGetArray(Left, left_v, ierr)) 487 PetscCall(VecRestoreArray(Left, left_v, ierr)) 551 PetscCall(VecCreateMPI(PETSC_COMM_WORLD, lsize, PETSC_DECIDE, Left, ierr)) 575 PetscCall(VecGetArray(Left, boundary_v, ierr)) 623 PetscCall(VecRestoreArray(Left, boundary_v, ierr)) 648 PetscCall(VecScale(Left, scl, ierr)) 761 PetscCall(VecGetArray(Left, left_v, ierr)) [all …]
|
| /petsc/ |
| H A D | .clang-format | 3 AlignArrayOfStructures: Left
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | image.c | 207 …if (EGifPutImageDesc(GifMovie, GifFrame->Left, GifFrame->Top, GifFrame->Width, GifFrame->Height, G… in PetscDrawMovieSaveGIF()
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 543 * - Left Conjugate Direction
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 142 Left Conjugate Direction (LCD) method. 1341 Left preconditioning is used by default for most Krylov methods
|
| H A D | Mat.pyx | 3519 …side: Literal['r', 'R', 'right', 'Right', 'RIGHT', 'l', 'L', 'left', 'Left', 'LEFT'] | None = None… argument 3549 elif side in ('l', 'L', 'left', 'Left', 'LEFT'):
|
| /petsc/doc/manual/ |
| H A D | snes.md | 1390 changed using `-snes_npc_side` or `SNESSetNPCSide()`. Left nonlinear
|