| /petsc/src/snes/tutorials/ |
| H A D | ex1.c | 79 PetscCall(SNESSetFunction(snes, r, FormFunction1, NULL)); in main() 86 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main()
|
| H A D | ex99.c | 81 PetscCall(SNESSetFunction(snes, r, FormFunction, NULL)); in main()
|
| H A D | ex42.c | 65 PetscCall(SNESSetFunction(snes, NULL, FormFunction1, &test_ghost)); in main()
|
| H A D | ex78.c | 71 PetscCall(SNESSetFunction(snes, r, FormFunction, da)); in main()
|
| H A D | ex28.c | 374 PetscCall(SNESSetFunction(snes, Fu, FormFunction_All, user)); in main() 386 PetscCall(SNESSetFunction(snes, Fk, FormFunction_All, user)); in main() 399 PetscCall(SNESSetFunction(snes, F, FormFunction_All, user)); in main()
|
| H A D | ex31.c | 90 PetscCall(SNESSetFunction(snes, r, FormFunction, blasius)); in main()
|
| H A D | ex1f.F90 | 218 PetscCallA(SNESSetFunction(snes, r, FormFunction, 0, ierr))
|
| H A D | ex59.c | 62 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
|
| H A D | ex2.c | 72 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
|
| H A D | ex6.c | 63 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
|
| H A D | ex21.c | 84 PetscCall(SNESSetFunction(snes, FU, FormFunction, &user)); in main()
|
| H A D | ex35.c | 106 PetscCall(SNESSetFunction(snes, NULL, MyComputeFunction, NULL)); in main()
|
| H A D | ex47cu.cu | 45 PetscCall(SNESSetFunction(snes, f, ComputeFunction, da)); in main()
|
| /petsc/src/snes/tests/ |
| H A D | ex17.c | 95 PetscCall(SNESSetFunction(snes, r, FormFunction1, NULL)); in assembled_system() 102 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in assembled_system() 425 PetscCall(SNESSetFunction(snes, r, FormFunction1_block, NULL)); in block_system() 432 PetscCall(SNESSetFunction(snes, r, FormFunction2_block, NULL)); in block_system()
|
| H A D | ex241.cxx | 45 PetscCall(SNESSetFunction(snes, r, UserFunction, &user)); in main()
|
| H A D | ex4.c | 83 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main()
|
| H A D | ex68.c | 161 PetscCall(SNESSetFunction(snes, r, ComputeFunctionLinear, A)); in main()
|
| H A D | ex5.c | 88 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
|
| /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()
|
| /petsc/doc/manual/ |
| H A D | fortran.md | 308 SNESSetFunction(snes, r, func, ctx, ierr) 336 SNESSetFunction(snes, r, func, ctx, ierr) 354 SNESSetFunction(snes, r, func, ctx, ierr) 372 SNESSetFunction(snes, r, func, 0, ierr) 410 `SNESSetFunction()` is called from C, the function must be a C function. Likewise, if it is called … 415 to function pointer setting routines, such as `SNESSetFunction()`. Instead, one must use `SNESSetFu…
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | water.c | 91 PetscCall(SNESSetFunction(snes, F, WaterFormFunction, NULL)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex6.c | 61 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main()
|
| H A D | ex7.c | 91 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main()
|
| /petsc/src/tao/snes/ |
| H A D | taosnes.c | 85 PetscCall(SNESSetFunction(taosnes->snes, NULL, TAOSNESFunc, tao)); in TaoSetUp_SNES()
|
| /petsc/src/tao/interface/ |
| H A D | fdiff.c | 121 PetscCall(SNESSetFunction(snes, NULL, Fsnes, tao)); in TaoDefaultComputeHessian()
|