Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex17.c49 static PetscErrorCode FormJacobian2_block(SNES, Vec, Mat, Mat, void *);
433 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian2_block, NULL)); in block_system()
619 static PetscErrorCode FormJacobian2_block(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian2_block() function