Searched refs:Bottom (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2.c | 29 Vec Bottom, Top, Left, Right; /* boundary values */ member 166 PetscCall(VecDestroy(&user.Bottom)); in main() 228 PetscCall(VecGetArray(user->Bottom, &bottom)); in FormFunctionGradient() 366 PetscCall(VecRestoreArray(user->Bottom, &bottom)); in FormFunctionGradient() 449 PetscCall(VecGetArray(user->Bottom, &bottom)); in FormHessian() 581 PetscCall(VecRestoreArray(user->Bottom, &bottom)); in FormHessian() 615 Vec Bottom, Top, Right, Left; in MSA_BoundaryConditions() local 627 PetscCall(VecCreateMPI(MPI_COMM_WORLD, bsize, PETSC_DECIDE, &Bottom)); in MSA_BoundaryConditions() 634 user->Bottom = Bottom; in MSA_BoundaryConditions() 645 PetscCall(VecGetArray(Bottom, &boundary)); in MSA_BoundaryConditions() [all …]
|
| H A D | plate2f.F90 | 24 Vec Right, Bottom 107 PetscCall(VecGetArray(Bottom, bottom_v, ierr)) 257 PetscCall(VecRestoreArray(Bottom, bottom_v, ierr)) 334 PetscCall(VecGetArray(Bottom, bottom_v, ierr)) 490 PetscCall(VecRestoreArray(Bottom, bottom_v, ierr)) 549 PetscCall(VecCreateMPI(PETSC_COMM_WORLD, bsize, PETSC_DECIDE, Bottom, ierr)) 563 PetscCall(VecGetArray(Bottom, boundary_v, ierr)) 619 PetscCall(VecRestoreArray(Bottom, boundary_v, ierr)) 633 PetscCall(VecScale(Bottom, scl, ierr)) 760 PetscCall(VecGetArray(Bottom, bottom_v, ierr)) [all …]
|
| /petsc/doc/ |
| H A D | petsc.bib | 9594 title = {Bottom-up construction and 2:1 balance refinement of linear octrees in parallel},
|