Home
last modified time | relevance | path

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

/petsc/src/snes/impls/vi/ss/
H A Dviss.c160 static PetscErrorCode SNESVIComputeJacobian(Mat jac, Mat jac_pre, Vec Da, Vec Db) in SNESVIComputeJacobian() function
270 PetscCall(SNESVIComputeJacobian(snes->jacobian, snes->jacobian_pre, vi->Da, vi->Db)); in SNESSolve_VINEWTONSSLS()