Home
last modified time | relevance | path

Searched refs:SNESComputeJacobianDefaultColor (Results 1 – 18 of 18) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesj2.c61 PetscErrorCode SNESComputeJacobianDefaultColor(SNES snes, Vec x1, Mat J, Mat B, PetscCtx ctx) in SNESComputeJacobianDefaultColor() function
H A Dsnes.c458 } else if (cJ == SNESComputeJacobianDefaultColor) { in SNESView()
710 …if (jac == SNESComputeJacobianDefaultColor) PetscCall(SNESSetJacobian(snes, NULL, NULL, SNESComput… in KSPComputeOperators_SNES()
732 …if (snes->dm != dmsave && jac == SNESComputeJacobianDefaultColor) PetscCall(SNESSetJacobian(snes, … in KSPComputeOperators_SNES()
1112 …ll(SNESSetJacobian(snes, snes->jacobian, snes->jacobian_pre, SNESComputeJacobianDefaultColor, NULL… in SNESSetFromOptions()
3318 PetscCall(DMSNESSetJacobian(dm, SNESComputeJacobianDefaultColor, NULL)); in SNESSetDefaultComputeJacobian()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c213 *ierr = SNESSetJacobian(*snes, *A, *B, SNESComputeJacobianDefaultColor, *(MatFDColoring *)ctx); in snessetjacobian_()
238 …if (jfunc == SNESComputeJacobianDefault || jfunc == SNESComputeJacobianDefaultColor || jfunc == Ma… in snesgetjacobian_()
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic2.c128 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, matfdcoloring)); in main()
H A Dbiharmonic3.c127 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, matfdcoloring)); in main()
/petsc/src/ts/tutorials/
H A Dex17.c118 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, 0)); in main()
H A Dex15.c123 PetscCall(SNESSetJacobian(snes, Jmf, J, SNESComputeJacobianDefaultColor, 0)); in main()
H A Dex10.c1150 PetscCall(SNESSetJacobian(snes, A, B, SNESComputeJacobianDefaultColor, 0)); in main()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h505 if (jac == SNESComputeJacobianDefaultColor) *flag = PETSC_TRUE; in SNESGetUseFDColoring()
533 PetscCall(SNESSetJacobian(snes,A,B,SNESComputeJacobianDefaultColor,0)); in SNESSetUseFDColoring()
/petsc/src/snes/tests/
H A Dex1f.F90563 PetscCallA(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, fdcoloring, ierr))
H A Dex1.c198 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, fdcoloring)); in main()
/petsc/src/snes/tutorials/
H A Dex14.c142 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, matfdcoloring)); in main()
/petsc/doc/changes/
H A D34.md194 SNESComputeJacobianDefaultColor(), SNESConvergedDefault(),
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c412 PetscCall(SNESSetJacobian(snes, Jac, Jac, SNESComputeJacobianDefaultColor, matfdcoloring)); in main()
/petsc/src/ts/tests/
H A Dex4.c131 PetscCall(SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, matfdcoloring)); in main()
/petsc/doc/manual/
H A Dsnes.md1183 `SNESComputeJacobianDefaultColor()` routine to compute the
1210 Create the data structure that SNESComputeJacobianDefaultColor() uses
1219 Tell SNES to use the routine SNESComputeJacobianDefaultColor()
1222 SNESSetJacobian(snes, J, J, SNESComputeJacobianDefaultColor, fdcoloring);
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c2019 if (jac == SNESComputeJacobianDefaultColor) { in TSComputeSNESJacobian()
/petsc/include/
H A Dpetscsnes.h571 PETSC_EXTERN SNESJacobianFn SNESComputeJacobianDefaultColor; variable