Home
last modified time | relevance | path

Searched refs:SNESTSFormFunction (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/interface/
H A Dtsrhssplit.c342 PetscCall(SNESSetFunction(ts->snesrhssplit, NULL, SNESTSFormFunction, ts)); in TSRHSSplitGetSNES()
379 PetscCall(SNESSetFunction(ts->snesrhssplit, NULL, SNESTSFormFunction, ts)); in TSRHSSplitSetSNES()
H A Dts.c1038 PetscCall(SNESSetFunction(snes, r, SNESTSFormFunction, ts)); in TSSetRHSFunction()
1211 PetscCall(SNESSetFunction(snes, r, SNESTSFormFunction, ts)); in TSSetIFunction()
2552 if (!func) PetscCall(DMSNESSetFunction(dm, SNESTSFormFunction, ts)); in TSSetUp()
2720 PetscCall(SNESSetFunction(ts->snes, NULL, SNESTSFormFunction, ts)); in TSGetSNES()
2757 PetscCall(SNESSetFunction(ts->snes, NULL, SNESTSFormFunction, ts)); in TSSetSNES()
4573 PetscErrorCode SNESTSFormFunction(SNES snes, Vec U, Vec F, PetscCtx ctx) in SNESTSFormFunction() function
5589 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/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/ts/tests/
H A Dex4.c128 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c598 PetscCall(SNESSetFunction(ts->snes, R, SNESTSFormFunction, ts)); in TSSetUp_IRK()
/petsc/include/
H A Dpetscts.h1586 PETSC_EXTERN PetscErrorCode SNESTSFormFunction(SNES, Vec, Vec, void *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx2620 FunctionBegin(b"SNESTSFormFunction _Python")