Home
last modified time | relevance | path

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

/petsc/doc/manual/
H A Dts.md760 - `TSGetAuxSolution`: Returns the auxiliary solution
764 PetscCall(TSGetAuxSolution(TS, Vec*))
/petsc/include/
H A Dpetscts.h276 PETSC_EXTERN PetscErrorCode TSGetAuxSolution(TS, Vec *);
/petsc/src/ts/interface/
H A Dts.c2327 PetscErrorCode TSGetAuxSolution(TS ts, Vec *v) in TSGetAuxSolution() function