Searched refs:TSGetApplicationContext (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex5.c | 79 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution()
|
| H A D | ex8.c | 119 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
|
| H A D | ex7.c | 116 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
|
| H A D | ex6.c | 115 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex42.c | 148 PetscCall(TSGetApplicationContext(ts, &user)); in DomainErrorFunction()
|
| H A D | ex30.c | 1729 PetscCall(TSGetApplicationContext(ts, &ctx)); in SetInitialConditionsAndTolerances() 1943 PetscCall(TSGetApplicationContext(ts, &ctx)); in ResizeTransfer() 2029 PetscCall(TSGetApplicationContext(ts, &ctx)); in FunctionDomainError() 2052 PetscCall(TSGetApplicationContext(ts, &ctx)); in Monitor() 2135 PetscCall(TSGetApplicationContext(ts, &ctx)); in PreStage() 2182 PetscCall(TSGetApplicationContext(ts, &ctx)); in PostStage()
|
| H A D | ex77.c | 492 PetscCall(TSGetApplicationContext(ts, &ctx)); in SetInitialParticleConditions() 773 PetscCall(TSGetApplicationContext(ts, &adv)); in ComputeParticleError()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9bus.c | 325 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution() 625 PetscCall(TSGetApplicationContext(ts, &user)); in PostStage() 636 PetscCall(TSGetApplicationContext(ts, &user)); in PostEvaluate()
|
| H A D | ex9busopt.c | 139 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution()
|
| /petsc/include/ |
| H A D | petscts.h | 1021 PETSC_EXTERN PetscErrorCode TSGetApplicationContext(TS, PetscCtxRt);
|
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 378 PetscCall(TSGetApplicationContext(ts, &printCtx)); in PostStep()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2071 PetscErrorCode TSGetApplicationContext(TS ts, PetscCtxRt ctx) in TSGetApplicationContext() function
|