TSSetSolution#
Sets the initial solution vector for use by the TS
routines.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetSolution(TS ts, Vec u)
Logically Collective
Input Parameters#
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetSolutionFunction()
, TSGetSolution()
, TSCreate()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex32.c
src/ts/utils/dmplexlandau/tutorials/ex1f90.F90
src/ts/tutorials/ex36.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex51.c
src/ts/tutorials/ex31.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex48.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages