Home
last modified time | relevance | path

Searched refs:SNESSetFunction (Results 1 – 25 of 75) sorted by relevance

123

/petsc/src/snes/tutorials/
H A Dex1.c79 PetscCall(SNESSetFunction(snes, r, FormFunction1, NULL)); in main()
86 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main()
H A Dex99.c81 PetscCall(SNESSetFunction(snes, r, FormFunction, NULL)); in main()
H A Dex42.c65 PetscCall(SNESSetFunction(snes, NULL, FormFunction1, &test_ghost)); in main()
H A Dex78.c71 PetscCall(SNESSetFunction(snes, r, FormFunction, da)); in main()
H A Dex28.c374 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 Dex31.c90 PetscCall(SNESSetFunction(snes, r, FormFunction, blasius)); in main()
H A Dex1f.F90218 PetscCallA(SNESSetFunction(snes, r, FormFunction, 0, ierr))
H A Dex59.c62 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
H A Dex2.c72 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
H A Dex6.c63 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
H A Dex21.c84 PetscCall(SNESSetFunction(snes, FU, FormFunction, &user)); in main()
H A Dex35.c106 PetscCall(SNESSetFunction(snes, NULL, MyComputeFunction, NULL)); in main()
H A Dex47cu.cu45 PetscCall(SNESSetFunction(snes, f, ComputeFunction, da)); in main()
/petsc/src/snes/tests/
H A Dex17.c95 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 Dex241.cxx45 PetscCall(SNESSetFunction(snes, r, UserFunction, &user)); in main()
H A Dex4.c83 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main()
H A Dex68.c161 PetscCall(SNESSetFunction(snes, r, ComputeFunctionLinear, A)); in main()
H A Dex5.c88 PetscCall(SNESSetFunction(snes, r, FormFunction, (void *)F)); in main()
/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()
/petsc/doc/manual/
H A Dfortran.md308 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 Dwater.c91 PetscCall(SNESSetFunction(snes, F, WaterFormFunction, NULL)); in main()
/petsc/src/ts/tests/
H A Dex6.c61 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main()
H A Dex7.c91 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main()
/petsc/src/tao/snes/
H A Dtaosnes.c85 PetscCall(SNESSetFunction(taosnes->snes, NULL, TAOSNESFunc, tao)); in TaoSetUp_SNES()
/petsc/src/tao/interface/
H A Dfdiff.c121 PetscCall(SNESSetFunction(snes, NULL, Fsnes, tao)); in TaoDefaultComputeHessian()

123