Home
last modified time | relevance | path

Searched refs:Top (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/localref/
H A Dmlocalref.c4 Mat Top; member
45 PetscCall((*lr->SetValuesBlocked)(lr->Top, nrow, irowm, ncol, icolm, y, addv)); in MatSetValuesBlockedLocal_LocalRef_Block()
62 PetscCall((*lr->SetValues)(lr->Top, nrow * rbs, irowm, ncol * cbs, icolm, y, addv)); in MatSetValuesBlockedLocal_LocalRef_Scalar()
87 PetscCall((*lr->SetValues)(lr->Top, nrow, irowm, ncol, icolm, y, addv)); in MatSetValuesLocal_LocalRef_Scalar()
166 PetscCall(MatZeroRows(lr->Top, n, rows_l, diag, x, b)); in MatZeroRowsLocal_LocalRef()
179 PetscCall(MatZeroRowsColumns(lr->Top, n, rows_l, diag, x, b)); in MatZeroRowsColumnsLocal_LocalRef()
245 lr->Top = alr->Top; in MatCreateLocalRef()
248 lr->Top = A; in MatCreateLocalRef()
/petsc/src/tao/bound/tutorials/
H A Dplate2.c29 Vec Bottom, Top, Left, Right; /* boundary values */ member
167 PetscCall(VecDestroy(&user.Top)); in main()
227 PetscCall(VecGetArray(user->Top, &top)); in FormFunctionGradient()
365 PetscCall(VecRestoreArray(user->Top, &top)); in FormFunctionGradient()
448 PetscCall(VecGetArray(user->Top, &top)); in FormHessian()
580 PetscCall(VecRestoreArray(user->Top, &top)); in FormHessian()
615 Vec Bottom, Top, Right, Left; in MSA_BoundaryConditions() local
628 PetscCall(VecCreateMPI(MPI_COMM_WORLD, tsize, PETSC_DECIDE, &Top)); in MSA_BoundaryConditions()
632 user->Top = Top; in MSA_BoundaryConditions()
650 PetscCall(VecGetArray(Top, &boundary)); in MSA_BoundaryConditions()
[all …]
H A Dplate2f.F9023 Vec Top, Left
106 PetscCall(VecGetArray(Top, top_v, ierr))
256 PetscCall(VecRestoreArray(Top, top_v, ierr))
333 PetscCall(VecGetArray(Top, top_v, ierr))
489 PetscCall(VecRestoreArray(Top, top_v, ierr))
550 PetscCall(VecCreateMPI(PETSC_COMM_WORLD, tsize, PETSC_DECIDE, Top, ierr))
569 PetscCall(VecGetArray(Top, boundary_v, ierr))
621 PetscCall(VecRestoreArray(Top, boundary_v, ierr))
638 PetscCall(VecScale(Top, scl, ierr))
759 PetscCall(VecGetArray(Top, top_v, ierr))
[all …]
/petsc/doc/miscellaneous/
H A Dprizes.md20 - PETSc was one of the **Top Ten Advances in Computational Science Accomplishments of the U.S. Depa…
29 - [GTC](http://gk.ps.uci.edu/GTC/index.html) was listed as one of the [Top Ten Advances
/petsc/src/sys/classes/draw/utils/
H A Dimage.c207 …if (EGifPutImageDesc(GifMovie, GifFrame->Left, GifFrame->Top, GifFrame->Width, GifFrame->Height, G… in PetscDrawMovieSaveGIF()
/petsc/doc/developers/
H A Dbuildsystem.md6 …(https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/index.html#Top)
/petsc/doc/
H A Dpetsc.bib21115 title = {Top Ten Reasons to Not Share Your Code (and why you should anyway)},