#include "petscts.h" PetscErrorCode TSSolve(TS ts,Vec u)Collective on TS
ts | - the TS context obtained from TSCreate() | |
u | - the solution vector (can be null if TSSetSolution() was used and TSSetExactFinalTime(ts,TS_EXACTFINALTIME_MATCHSTEP) was not used, otherwise must contain the initial conditions and will contain the solution at the final requested time |