Searched refs:x3ts (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex19.c | 8 Vec x1, x2, *x3ts, *x4ts; in main() local 51 PetscCall(VecDuplicateVecs(x1, n_timesteps, &x3ts)); in main() 53 PetscCall(PetscObjectSetName((PetscObject)x3ts[i], "x3")); in main() 54 PetscCall(VecSetRandom(x3ts[i], rand)); in main() 55 PetscCall(VecView(x3ts[i], viewer)); in main() 108 PetscCall(VecEqual(x3r, x3ts[i], &equal)); in main() 111 PetscCall(VecView(x3ts[i], PETSC_VIEWER_STDOUT_WORLD)); in main() 139 PetscCall(VecDestroyVecs(n_timesteps, &x3ts)); in main()
|