Home
last modified time | relevance | path

Searched refs:TSSetApplicationContext (Results 1 – 17 of 17) sorted by relevance

/petsc/src/ts/tutorials/power_grid/
H A Dex5.c268 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex8.c94 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex7.c88 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex6.c86 PetscCall(TSSetApplicationContext(ts, &user)); in main()
/petsc/src/ts/tutorials/
H A Dex42.c322 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex48.c600 PetscCall(TSSetApplicationContext(ts, &ctx)); in main()
H A Dex77.c929 PetscCall(TSSetApplicationContext(sts, &adv)); in main()
H A Dex30.c2294 PetscCall(TSSetApplicationContext(ts, ctx)); in Run()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c190 PetscCall(TSSetApplicationContext(ts, ctx)); in createTS_NRL()
H A Dex2.c678 PetscCall(TSSetApplicationContext(ts, ctx)); in main()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busadj.c873 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex9busoptfd.c1029 PetscCall(TSSetApplicationContext(ts, ctx)); in FormFunction()
H A Dex9bus.c1177 PetscCall(TSSetApplicationContext(ts, &user)); in main()
H A Dex9busopt.c1259 PetscCall(TSSetApplicationContext(ts, ctx)); in FormFunctionGradient()
/petsc/include/
H A Dpetscts.h1020 PETSC_EXTERN PetscErrorCode TSSetApplicationContext(TS, PetscCtx);
/petsc/src/ts/tests/
H A Dex30.c490 PetscCall(TSSetApplicationContext(ts, printCtx)); in go()
/petsc/src/ts/interface/
H A Dts.c2041 PetscErrorCode TSSetApplicationContext(TS ts, PetscCtx ctx) in TSSetApplicationContext() function