Home
last modified time | relevance | path

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

/petsc/src/ts/impls/explicit/rk/
H A Drk.c1396 static PetscErrorCode SNESTSFormJacobian_RK(SNES snes, Vec x, Mat A, Mat B, TS ts) in SNESTSFormJacobian_RK() function
1492 ts->ops->snesjacobian = SNESTSFormJacobian_RK; in TSCreate_RK()