Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h61 PetscErrorCode (*getsolutioncomponents)(TS, PetscInt *, Vec *); member
/petsc/src/ts/impls/glee/
H A Dglee.c1044 ts->ops->getsolutioncomponents = TSGetSolutionComponents_GLEE; in TSCreate_GLEE()
/petsc/src/ts/interface/
H A Dts.c2308 if (!ts->ops->getsolutioncomponents) *n = 0; in TSGetSolutionComponents()
2309 else PetscUseTypeMethod(ts, getsolutioncomponents, n, v); in TSGetSolutionComponents()