Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmdasnes.c8 DMDASNESFunctionFn *residuallocal; member
69 …PetscCheck(dmdasnes->residuallocal || dmdasnes->residuallocalvec, PetscObjectComm((PetscObject)sne… in SNESComputeFunction_DMDA()
83 … PetscCallBack("SNES DMDA local callback function", (*dmdasnes->residuallocal)(&info, x, f, rctx)); in SNESComputeFunction_DMDA()
98 … PetscCallBack("SNES DMDA local callback function", (*dmdasnes->residuallocal)(&info, x, f, rctx)); in SNESComputeFunction_DMDA()
156 …PetscCheck(dmdasnes->residuallocal || dmdasnes->residuallocalvec, PetscObjectComm((PetscObject)sne… in SNESComputeJacobian_DMDA()
243 dmdasnes->residuallocal = func; in DMDASNESSetFunctionLocal()
H A Ddmlocalsnes.c6 PetscErrorCode (*residuallocal)(DM, Vec, Vec, void *); member
100 PetscCall((*dmlocalsnes->residuallocal)(dm, Xloc, Floc, dmlocalsnes->residuallocalctx)); in SNESComputeFunction_DMLocal()
255 dmlocalsnes->residuallocal = func; in DMSNESSetFunctionLocal()
392 if (func) *func = dmlocalsnes->residuallocal; in DMSNESGetFunctionLocal()