Home
last modified time | relevance | path

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

/petsc/doc/manual/
H A Dts.md749 - `TSGetSolutionComponents`: Get all the solution components of the
753 PetscCall(TSGetSolutionComponents(TS, int*, Vec*))
/petsc/include/
H A Dpetscts.h275 PETSC_EXTERN PetscErrorCode TSGetSolutionComponents(TS, PetscInt *, Vec *);
/petsc/src/ts/interface/
H A Dts.c2304 PetscErrorCode TSGetSolutionComponents(TS ts, PetscInt *n, Vec *v) in TSGetSolutionComponents() function