Searched refs:SNESComputeJacobian_DMDA (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 147 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 D | ubsan | 23 function:SNESComputeJacobian_DMDA
|
| /petsc/src/snes/tests/ |
| H A D | ex69.c | 390 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 D | snes.c | 348 PETSC_EXTERN PetscErrorCode SNESComputeJacobian_DMDA(SNES, Vec, Mat, Mat, void *); 461 } else if (cJ == SNESComputeJacobian_DMDA) { in SNESView()
|