Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj.c93 PetscCall(SNESComputeMFFunction(snes, x1, j1a)); in SNESComputeJacobianDefault()
130 PetscCall(SNESComputeMFFunction(snes, x2, j2a)); in SNESComputeJacobianDefault()
H A Dsnesj2.c14 return SNESComputeMFFunction((SNES)snes, x, f); in SNESComputeMFFunctionCtx()
H A Dsnes.c2531 PetscErrorCode SNESComputeMFFunction(SNES snes, Vec x, Vec y) in SNESComputeMFFunction() function
/petsc/src/snes/mf/
H A Dsnesmfj.c291 …tscErrorCode (*)(void *, Vec, Vec))(dms->ops->computemffunction ? SNESComputeMFFunction : SNESComp… in MatCreateSNESMF()
/petsc/include/
H A Dpetscsnes.h564 PETSC_EXTERN PetscErrorCode SNESComputeMFFunction(SNES, Vec, Vec);