Home
last modified time | relevance | path

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

/petsc/src/snes/interface/ !
H A Dsnesj.c92 if (dms->ops->computemffunction) { in SNESComputeJacobianDefault()
129 if (dms->ops->computemffunction) { in SNESComputeJacobianDefault()
H A Dsnesj2.c92 if (dms->ops->computemffunction) { in SNESComputeJacobianDefaultColor()
H A Dsnes.c2550 …PetscCallBack("SNES callback function", (*sdm->ops->computemffunction)(snes, x, y, sdm->mffunction… in SNESComputeMFFunction()
/petsc/src/snes/mf/ !
H A Dsnesmfj.c96 …nc == (PetscErrorCode (*)(void *, Vec, Vec))SNESComputeFunction) && !dms->ops->computemffunction) { in MatAssemblyEnd_SNESMF()
291 …FFDSetFunction(*J, (PetscErrorCode (*)(void *, Vec, Vec))(dms->ops->computemffunction ? SNESComput… in MatCreateSNESMF()
/petsc/include/petsc/private/ !
H A Dsnesimpl.h186 SNESFunctionFn *computemffunction; member
/petsc/src/snes/utils/ !
H A Ddmsnes.c380 if (func) sdm->ops->computemffunction = func; in DMSNESSetMFFunction()