Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmlocalsnes.c127 static PetscErrorCode SNESComputeJacobian_DMLocal(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in SNESComputeJacobian_DMLocal() function
260 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMLocal, dmlocalsnes)); in DMSNESSetFunctionLocal()
333 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMLocal, dmlocalsnes)); in DMSNESSetJacobianLocal()