Lines Matching refs:PetscCallBack

2248PetscCallBack("SNES Picard callback function", (*sdm->ops->computepfunction)(snes, x, f, sdm->pctx…  in SNESPicardComputeMFFunction()
2252PetscCallBack("SNES Picard callback Jacobian", (*sdm->ops->computepjacobian)(snes, x, snes->picard… in SNESPicardComputeMFFunction()
2255PetscCallBack("SNES Picard callback Jacobian", (*sdm->ops->computepjacobian)(snes, x, snes->picard… in SNESPicardComputeMFFunction()
2271PetscCallBack("SNES Picard callback function", (*sdm->ops->computepfunction)(snes, x, f, sdm->pctx… in SNESPicardComputeFunction()
2273PetscCallBack("SNES Picard callback Jacobian", (*sdm->ops->computepjacobian)(snes, x, snes->jacobi… in SNESPicardComputeFunction()
2276PetscCallBack("SNES Picard callback Jacobian", (*sdm->ops->computepjacobian)(snes, x, snes->jacobi… in SNESPicardComputeFunction()
2490 PetscCallBack("SNES callback function", (*computefunction)(snes, x, f, ctx)); in SNESComputeFunction()
2550PetscCallBack("SNES callback function", (*sdm->ops->computemffunction)(snes, x, y, sdm->mffunction… in SNESComputeMFFunction()
2601 PetscCallBack("SNES callback NGS", (*sdm->ops->computegs)(snes, x, b, sdm->gsctx)); in SNESComputeNGS()
3003 PetscCallBack("SNES callback Jacobian", (*J)(snes, X, A, B, ctx)); in SNESComputeJacobian()
3427 …if (snes->ops->ctxcompute && !snes->ctx) PetscCallBack("SNES callback compute application context"… in SNESSetUp()
3473PetscCallBack("SNES callback destroy application context", (*snes->ops->ctxdestroy)(&snes->ctx)); in SNESReset()
4893 …if (snes->ops->computeinitialguess) PetscCallBack("SNES callback compute initial guess", (*snes->o… in SNESSolve()