Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj2.c111 PetscCall(MatFDColoringApply(B, color, x1, snes)); in SNESComputeJacobianDefaultColor()
H A Dsnes.c3135 PetscCall(MatFDColoringApply(Bfd, matfdcoloring, X, snes)); in SNESComputeJacobian()
/petsc/src/tao/interface/
H A Dfdiff.c171 PetscCall(MatFDColoringApply(B, coloring, V, ctx)); in TaoDefaultComputeHessianColor()
/petsc/src/snes/utils/
H A Ddmlocalsnes.c180 PetscCall(MatFDColoringApply(B, fdcoloring, X, snes)); in SNESComputeJacobian_DMLocal()
H A Ddmdasnes.c201 PetscCall(MatFDColoringApply(B, fdcoloring, X, snes)); in SNESComputeJacobian_DMDA()
/petsc/src/mat/matfd/
H A Dfdmatrix.c579 PetscErrorCode MatFDColoringApply(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply() function
/petsc/src/ts/utils/
H A Ddmlocalts.c181 PetscCall(MatFDColoringApply(B, fdcoloring, X, ts)); in TSComputeIJacobian_DMLocal()
/petsc/include/
H A Dpetscmat.h1741 PETSC_EXTERN PetscErrorCode MatFDColoringApply(Mat, MatFDColoring, Vec, void *);
/petsc/src/ts/interface/
H A Dts.c5612 PetscCall(MatFDColoringApply(B, color, U, snes)); in TSComputeIJacobianDefaultColor()