Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsnesimpl.h130 PetscBool testFunc; // Test the function routine member
/petsc/src/snes/interface/
H A Dsnes.c1127 …es_test_function", "Compare hand-coded and finite difference functions", "None", &snes->testFunc)); in SNESSetFromOptions()
3038 if (snes->testFunc) PetscCall(SNESTestFunction(snes)); in SNESComputeJacobian()