Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsnesimpl.h25 PetscErrorCode (*ctxcompute)(SNES, PetscCtxRt); member
/petsc/src/snes/impls/nasm/
H A Dnasm.c125 if (snes->ops->ctxcompute) { in SNESSetUp_NASM()
126 …PetscCall(SNESSetComputeApplicationContext(nasm->subsnes[i], snes->ops->ctxcompute, snes->ops->ctx… in SNESSetUp_NASM()
/petsc/src/snes/interface/
H A Dsnes.c1231 snes->ops->ctxcompute = compute; in SNESSetComputeApplicationContext()
3427 …if (snes->ops->ctxcompute && !snes->ctx) PetscCallBack("SNES callback compute application context"… in SNESSetUp()
5854 if (snes->ops->ctxcompute) { in SNESGetNPC()
5855 … PetscCall(SNESSetComputeApplicationContext(snes, snes->ops->ctxcompute, snes->ops->ctxdestroy)); in SNESGetNPC()