Home
last modified time | relevance | path

Searched refs:residuallocalctx (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/utils/
H A Ddmlocalsnes.c10 void *residuallocalctx; member
100 PetscCall((*dmlocalsnes->residuallocal)(dm, Xloc, Floc, dmlocalsnes->residuallocalctx)); in SNESComputeFunction_DMLocal()
256 dmlocalsnes->residuallocalctx = ctx; in DMSNESSetFunctionLocal()
393 if (ctx) *(void **)ctx = dmlocalsnes->residuallocalctx; in DMSNESGetFunctionLocal()
H A Ddmdasnes.c18 void *residuallocalctx; member
75 rctx = dmdasnes->residuallocalctx ? dmdasnes->residuallocalctx : snes->ctx; in SNESComputeFunction_DMDA()
244 dmdasnes->residuallocalctx = ctx; in DMDASNESSetFunctionLocal()
286 dmdasnes->residuallocalctx = ctx; in DMDASNESSetFunctionLocalVec()