Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1467 PetscErrorCode TSAdjointSetFromOptions(TS ts, PetscOptionItems PetscOptionsObject) in TSAdjointSetFromOptions() function
/petsc/include/
H A Dpetscts.h380 PETSC_EXTERN PetscErrorCode TSAdjointSetFromOptions(TS, PetscOptionItems);
/petsc/src/ts/interface/
H A Dts.c427 PetscCall(TSAdjointSetFromOptions(ts, PetscOptionsObject)); in TSSetFromOptions()