Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex10.c60 PetscErrorCode TSDAESimpleSolve(TSDAESimple tsdae, Vec Usolution) in TSDAESimpleSolve() argument
63 PetscCall((*tsdae->solve)(tsdae, Usolution)); in TSDAESimpleSolve()
344 Vec U, V, Usolution; in main() local
355 PetscCall(VecDuplicate(U, &Usolution)); in main()
356 PetscCall(VecSet(Usolution, 1.0)); in main()
362 PetscCall(TSDAESimpleSolve(tsdae, Usolution)); in main()
366 PetscCall(VecDestroy(&Usolution)); in main()