TSSetSolution
Sets the initial solution vector for use by the TS routines.
Synopsis
#include "petscts.h"
int TSSetSolution(TS ts,Vec x)
Collective on TS and Vec
Input Parameters
| ts | - the TS context obtained from TSCreate()
|
| x | - the solution vector
|
Keywords
TS, timestep, set, solution, initial conditions
Level:beginner
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex1.c.html
src/ts/examples/tutorials/ex2.c.html
src/ts/examples/tutorials/ex3.c.html
src/ts/examples/tutorials/ex4.c.html
src/ts/examples/tutorials/ex5.c.html
src/ts/examples/tutorials/ex7.c.html
src/ts/examples/tutorials/ex1f.F.html
src/ts/examples/tutorials/ex2f.F.html