Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex7.c7 extern PetscErrorCode FormJacobianNoMatrix(SNES, Vec, Mat, Mat, void *);
82 …PetscCall(SNESSetJacobian(snes, J, puremf ? J : B, puremf ? FormJacobianNoMatrix : FormJacobian, &… in main()
218 PetscErrorCode FormJacobianNoMatrix(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobianNoMatrix() function