Home
last modified time | relevance | path

Searched refs:SNESTSFormJacobian (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/
H A Dtsrhssplit.c381 …if (func == SNESTSFormJacobian) PetscCall(SNESSetJacobian(ts->snesrhssplit, NULL, NULL, SNESTSForm… in TSRHSSplitSetSNES()
H A Dts.c1160 if (!ijacobian) PetscCall(SNESSetJacobian(snes, Amat, Pmat, SNESTSFormJacobian, ts)); in TSSetRHSJacobian()
1333 PetscCall(SNESSetJacobian(snes, Amat, Pmat, SNESTSFormJacobian, ts)); in TSSetIJacobian()
2561 if (!jac && (ijac || i2jac || rhsjac)) PetscCall(DMSNESSetJacobian(dm, SNESTSFormJacobian, ts)); in TSSetUp()
2759 …if (func == SNESTSFormJacobian) PetscCall(SNESSetJacobian(ts->snes, NULL, NULL, SNESTSFormJacobian in TSSetSNES()
4608 PetscErrorCode SNESTSFormJacobian(SNES snes, Vec U, Mat A, Mat B, PetscCtx ctx) in SNESTSFormJacobian() function
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c460 …if (func == SNESTSFormJacobian) PetscCall(SNESSetJacobian(snes, Amat, Pmat, SNESTSFormJacobian, ts… in TSSetUp_ARKIMEX_FastSlowSplit()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c604 PetscCall(SNESSetJacobian(ts->snes, irk->TJ, irk->TJ, SNESTSFormJacobian, ts)); in TSSetUp_IRK()
/petsc/include/
H A Dpetscts.h1587 PETSC_EXTERN PetscErrorCode SNESTSFormJacobian(SNES, Vec, Mat, Mat, void *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx2647 FunctionBegin(b"SNESTSFormJacobian _Python")