Searched refs:MatFDColoringApply (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snesj2.c | 111 PetscCall(MatFDColoringApply(B, color, x1, snes)); in SNESComputeJacobianDefaultColor()
|
| H A D | snes.c | 3135 PetscCall(MatFDColoringApply(Bfd, matfdcoloring, X, snes)); in SNESComputeJacobian()
|
| /petsc/src/tao/interface/ |
| H A D | fdiff.c | 171 PetscCall(MatFDColoringApply(B, coloring, V, ctx)); in TaoDefaultComputeHessianColor()
|
| /petsc/src/snes/utils/ |
| H A D | dmlocalsnes.c | 180 PetscCall(MatFDColoringApply(B, fdcoloring, X, snes)); in SNESComputeJacobian_DMLocal()
|
| H A D | dmdasnes.c | 201 PetscCall(MatFDColoringApply(B, fdcoloring, X, snes)); in SNESComputeJacobian_DMDA()
|
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 579 PetscErrorCode MatFDColoringApply(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply() function
|
| /petsc/src/ts/utils/ |
| H A D | dmlocalts.c | 181 PetscCall(MatFDColoringApply(B, fdcoloring, X, ts)); in TSComputeIJacobian_DMLocal()
|
| /petsc/include/ |
| H A D | petscmat.h | 1741 PETSC_EXTERN PetscErrorCode MatFDColoringApply(Mat, MatFDColoring, Vec, void *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5612 PetscCall(MatFDColoringApply(B, color, U, snes)); in TSComputeIJacobianDefaultColor()
|