Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex15.c209 PetscCall(SNESSetFunction(snes, NULL, SNESPicardComputeFunction, &user)); in main()
/petsc/include/
H A Dpetscsnes.h576 PETSC_EXTERN SNESFunctionFn SNESPicardComputeFunction; variable
/petsc/src/snes/interface/
H A Dsnes.c1961 …if (f == SNESPicardComputeFunction) PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction,… in SNESSetFunction()
2261 PetscErrorCode SNESPicardComputeFunction(SNES snes, Vec x, Vec f, PetscCtx ctx) in SNESPicardComputeFunction() function
2348 PetscCall(SNESSetFunction(snes, r, SNESPicardComputeFunction, ctx)); in SNESSetPicard()