Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c167 static PetscErrorCode TSTheta_SNESSolve(TS ts, Vec b, Vec x) in TSTheta_SNESSolve() function
223 PetscCall(TSTheta_SNESSolve(ts, th->endpoint ? th->affine : NULL, th->X)); in TSStep_Theta()