Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmdasnes.c147 PETSC_EXTERN PetscErrorCode SNESComputeJacobian_DMDA(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in SNESComputeJacobian_DMDA() function
248 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMDA, dmdasnes)); in DMDASNESSetFunctionLocal()
290 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMDA, dmdasnes)); in DMDASNESSetFunctionLocalVec()
332 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMDA, dmdasnes)); in DMDASNESSetJacobianLocal()
370 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobian_DMDA, dmdasnes)); in DMDASNESSetJacobianLocalVec()
/petsc/share/petsc/suppressions/
H A Dubsan23 function:SNESComputeJacobian_DMDA
/petsc/src/snes/tests/
H A Dex69.c390 PETSC_EXTERN PetscErrorCode SNESComputeJacobian_DMDA(SNES, Vec, Mat, Mat, void *);
397 PetscCall(SNESComputeJacobian_DMDA(snes, X, A, B, ctx)); in SNESComputeJacobian_MyShell()
/petsc/src/snes/interface/
H A Dsnes.c348 PETSC_EXTERN PetscErrorCode SNESComputeJacobian_DMDA(SNES, Vec, Mat, Mat, void *);
461 } else if (cJ == SNESComputeJacobian_DMDA) { in SNESView()