Searched refs:SNESTSFormJacobian (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 381 …if (func == SNESTSFormJacobian) PetscCall(SNESSetJacobian(ts->snesrhssplit, NULL, NULL, SNESTSForm… in TSRHSSplitSetSNES()
|
| H A D | ts.c | 1160 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 D | fsarkimex.c | 460 …if (func == SNESTSFormJacobian) PetscCall(SNESSetJacobian(snes, Amat, Pmat, SNESTSFormJacobian, ts… in TSSetUp_ARKIMEX_FastSlowSplit()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 604 PetscCall(SNESSetJacobian(ts->snes, irk->TJ, irk->TJ, SNESTSFormJacobian, ts)); in TSSetUp_IRK()
|
| /petsc/include/ |
| H A D | petscts.h | 1587 PETSC_EXTERN PetscErrorCode SNESTSFormJacobian(SNES, Vec, Mat, Mat, void *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | libpetsc4py.pyx | 2647 FunctionBegin(b"SNESTSFormJacobian _Python")
|