Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj2.c93 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESComputeMFFunctionCtx, NULL)); in SNESComputeJacobianDefaultColor()
95 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESComputeFunctionCtx, NULL)); in SNESComputeJacobianDefaultColor()
168 …PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESComputeFunctionCtx, NULL)… in SNESPruneJacobianColor()
H A Dsnes.c3131 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)func, funcctx)); in SNESComputeJacobian()
/petsc/src/mat/matfd/ftn-custom/
H A Dzfdmatrixf.c61 …*ierr = MatFDColoringSetFunction(*fd, (MatFDColoringFn *)(PetscVoidFn *)ourmatfdcoloringfunctionts… in matfdcoloringsetfunctionts_()
69 *ierr = MatFDColoringSetFunction(*fd, (MatFDColoringFn *)ourmatfdcoloringfunctionsnes, *fd); in matfdcoloringsetfunction_()
/petsc/src/mat/matfd/
H A Dfdmatrix.c258 PetscErrorCode MatFDColoringGetFunction(MatFDColoring matfd, MatFDColoringFn **f, void **fctx) in MatFDColoringGetFunction()
290 PetscErrorCode MatFDColoringSetFunction(MatFDColoring matfd, MatFDColoringFn *f, void *fctx) in MatFDColoringSetFunction()
/petsc/src/snes/tutorials/
H A Dex14.c132 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)FormFunction, &user)); in main()
137 … PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)FormFunctionLocal, &user)); in main()
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic2.c124 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
H A Dbiharmonic3.c123 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
/petsc/src/snes/utils/
H A Ddmlocalsnes.c161 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMLocal, dml… in SNESComputeJacobian_DMLocal()
H A Ddmdasnes.c181 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)SNESComputeFunction_DMDA, dmdasn… in SNESComputeJacobian_DMDA()
/petsc/src/snes/tests/
H A Dex1.c191 PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)FormFunction, &user)); in main()
/petsc/doc/changes/
H A D324.md86 - Add `MatFDColoringFn` type definition
/petsc/src/ts/utils/
H A Ddmlocalts.c162 …PetscCall(MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)(PetscVoidFn *)TSComputeIFunctio… in TSComputeIJacobian_DMLocal()
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c408 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)FormFunction, &user)); in main()
/petsc/src/ts/tests/
H A Dex4.c128 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
/petsc/include/
H A Dpetscmat.h1732 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatFDColoringFn(void *snes, Vec x, Vec y, void *fctx); typedef
1737 PETSC_EXTERN PetscErrorCode MatFDColoringSetFunction(MatFDColoring, MatFDColoringFn *, void *);
1738 PETSC_EXTERN PetscErrorCode MatFDColoringGetFunction(MatFDColoring, MatFDColoringFn **, void **);
/petsc/src/tao/unconstrained/tutorials/
H A Dminsurf2.c109 …PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)FormGradient, (void *)&user)); in main()
/petsc/src/ts/interface/
H A Dts.c5589 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESTSFormFunction, (void *)ts)); in TSComputeIJacobianDefaultColor()
5603 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESTSFormFunction, (void *)ts)); in TSComputeIJacobianDefaultColor()
6160 …PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, (void *)t… in TSPruneIJacobianColor()
/petsc/include/petsc/private/
H A Dmatimpl.h663 MatFDColoringFn *f; /* function that defines Jacobian */
/petsc/doc/manual/
H A Dsnes.md1215 MatFDColoringSetFunction(fdcoloring, (MatFDColoringFn *)FormFunction, &user);