Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsnes.h985 PETSC_EXTERN PetscErrorCode SNESTestFunction(SNES);
/petsc/src/snes/interface/
H A Dsnes.c2659 PetscErrorCode SNESTestFunction(SNES snes) in SNESTestFunction() function
3038 if (snes->testFunc) PetscCall(SNESTestFunction(snes)); in SNESComputeJacobian()