Home
last modified time | relevance | path

Searched defs:FormJacobian1 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex42.c159 PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, PetscCtx ctx) in FormJacobian1() function
H A Dex1.c201 PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian1() function
/petsc/src/snes/tests/
H A Dex17.c223 static PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian1() function