Searched refs:VecConcatenate (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/tutorials/output/ |
| H A D | ex44_serial.out | 38 Testing VecConcatenate() for Y = [X[1], X[2], ...] 55 Testing VecConcatenate() for Y = [X[1], X[2], ...] w/o IS
|
| H A D | ex44_parallel.out | 46 Testing VecConcatenate() for Y = [X[1], X[2], ...] 65 Testing VecConcatenate() for Y = [X[1], X[2], ...] w/o IS
|
| H A D | ex44_cuda.out | 46 Testing VecConcatenate() for Y = [X[1], X[2], ...] 65 Testing VecConcatenate() for Y = [X[1], X[2], ...] w/o IS
|
| H A D | ex44_uneven.out | 58 Testing VecConcatenate() for Y = [X[1], X[2], ...] 80 Testing VecConcatenate() for Y = [X[1], X[2], ...] w/o IS
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex44.c | 60 PetscCall(VecConcatenate(nx, (const Vec *)x, &y_test, &x_is)); in main() 74 PetscCall(VecConcatenate(nx, (const Vec *)x, &y_test, NULL)); in main()
|
| /petsc/src/tao/constrained/impls/almm/ |
| H A D | almm.c | 190 PetscCall(VecConcatenate(2, auglag->Parr, &auglag->P, &auglag->Pis)); in TaoSetUp_ALMM() 201 PetscCall(VecConcatenate(2, auglag->Yarr, &auglag->Y, &auglag->Yis)); in TaoSetUp_ALMM()
|
| /petsc/doc/changes/ |
| H A D | 315.md | 111 - Add `VecConcatenate()` function for vertically concatenating an
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 181 PetscErrorCode VecConcatenate(PetscInt nx, PetscVec[], PetscVec*, PetscIS*[])
|
| H A D | Vec.pyx | 3572 petsc.VecConcatenate 3586 CHKERR(VecConcatenate(n, cvecs, &newvec, &cisets))
|
| /petsc/include/ |
| H A D | petscvec.h | 160 PETSC_EXTERN PetscErrorCode VecConcatenate(PetscInt, const Vec[], Vec *, IS *[]);
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1433 PetscErrorCode VecConcatenate(PetscInt nx, const Vec X[], Vec *Y, IS *x_is[]) in VecConcatenate() function
|