Searched refs:ctxcompute (Results 1 – 3 of 3) sorted by relevance
25 PetscErrorCode (*ctxcompute)(SNES, PetscCtxRt); member
125 if (snes->ops->ctxcompute) { in SNESSetUp_NASM()126 …PetscCall(SNESSetComputeApplicationContext(nasm->subsnes[i], snes->ops->ctxcompute, snes->ops->ctx… in SNESSetUp_NASM()
1231 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()