Searched refs:SNESTSFormFunction (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 342 PetscCall(SNESSetFunction(ts->snesrhssplit, NULL, SNESTSFormFunction, ts)); in TSRHSSplitGetSNES() 379 PetscCall(SNESSetFunction(ts->snesrhssplit, NULL, SNESTSFormFunction, ts)); in TSRHSSplitSetSNES()
|
| H A D | ts.c | 1038 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 D | biharmonic2.c | 124 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
|
| H A D | biharmonic3.c | 123 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 128 PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESTSFormFunction, ts)); in main()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 598 PetscCall(SNESSetFunction(ts->snes, R, SNESTSFormFunction, ts)); in TSSetUp_IRK()
|
| /petsc/include/ |
| H A D | petscts.h | 1586 PETSC_EXTERN PetscErrorCode SNESTSFormFunction(SNES, Vec, Vec, void *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | libpetsc4py.pyx | 2620 FunctionBegin(b"SNESTSFormFunction _Python")
|