Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsnes.h577 PETSC_EXTERN SNESFunctionFn SNESPicardComputeMFFunction; variable
/petsc/src/snes/interface/
H A Dsnes.c1961 …if (f == SNESPicardComputeFunction) PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction,… in SNESSetFunction()
2238 PetscErrorCode SNESPicardComputeMFFunction(SNES snes, Vec x, Vec f, PetscCtx ctx) in SNESPicardComputeMFFunction() function
2347 PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction, ctx)); in SNESSetPicard()