Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscts.h1010 PETSC_EXTERN PetscErrorCode TSSetSNES(TS, SNES);
/petsc/src/ts/interface/
H A Dts.c2745 PetscErrorCode TSSetSNES(TS ts, SNES snes) in TSSetSNES() function
5741 PetscCall(TSSetSNES(t, snes_start)); in TSClone()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1427 PetscCall(TSSetSNES(ts, snes)); in TSStep_ARKIMEX()