Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsnesimpl.h131 PetscBool testJac; // Test the Jacobian routine member
/petsc/src/snes/interface/
H A Dsnes.c1128 …nes_test_jacobian", "Compare hand-coded and finite difference Jacobians", "None", &snes->testJac)); in SNESSetFromOptions()
3039 if (snes->testJac) PetscCall(SNESTestJacobian(snes, NULL, NULL)); in SNESComputeJacobian()