petsc-3.13.6 2020-09-29
Report Typos and Errors

TSSetSolution

Sets the initial solution vector for use by the TS routines.

Synopsis

#include "petscts.h"  
PetscErrorCode  TSSetSolution(TS ts,Vec u)
Logically Collective on TS

Input Parameters

ts - the TS context obtained from TSCreate()
u - the solution vector

See Also

TSSetSolutionFunction(), TSGetSolution(), TSCreate()

Level

beginner

Location

src/ts/interface/ts.c

Examples

src/ts/tutorials/ex1.c.html
src/ts/tutorials/ex4.c.html
src/ts/tutorials/ex5.c.html
src/ts/tutorials/ex6.c.html
src/ts/tutorials/ex7.c.html
src/ts/tutorials/ex8.c.html
src/ts/tutorials/ex12.c.html
src/ts/tutorials/ex14.c.html
src/ts/tutorials/ex15.c.html
src/ts/tutorials/ex17.c.html
src/ts/tutorials/ex22.c.html

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages