Searched refs:zmtype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tests/ ! |
| H A D | ex22.c | 16 PetscMemType xmtype, ymtype, zmtype; in main() local 40 PetscCall(VecGetArrayWriteAndMemType(z, &zarray, &zmtype)); in main() 42 …ndOpWithMemTypeBegin(vscat, MPIU_SCALAR, ymtype, yarray, xmtype, xarray, zmtype, zarray, MPI_SUM)); in main()
|