Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmdasnes.c57 static PetscErrorCode SNESComputeFunction_DMDA(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESComputeFunction_DMDA() function
181 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMDA, dmdasn… in SNESComputeJacobian_DMDA()
246 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocal()
288 PetscCall(DMSNESSetFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetFunctionLocalVec()
569 PetscCall(DMSNESSetMFFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetPicardLocal()
/petsc/share/petsc/suppressions/
H A Dubsan22 function:SNESComputeFunction_DMDA