Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c2607 static PetscErrorCode SNESComputeFunction_FD(SNES snes, Vec Xin, Vec G) in SNESComputeFunction_FD() function
2701 PetscCall(SNESComputeFunction_FD(snes, x, g2)); in SNESTestFunction()