Home
last modified time | relevance | path

Searched refs:TSGetApplicationContext (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/tutorials/power_grid/
H A Dex5.c79 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution()
H A Dex8.c119 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
H A Dex7.c116 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
H A Dex6.c115 PetscCall(TSGetApplicationContext(ts, &user)); in PostStep()
/petsc/src/ts/tutorials/
H A Dex42.c148 PetscCall(TSGetApplicationContext(ts, &user)); in DomainErrorFunction()
H A Dex30.c1729 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 Dex77.c492 PetscCall(TSGetApplicationContext(ts, &ctx)); in SetInitialParticleConditions()
773 PetscCall(TSGetApplicationContext(ts, &adv)); in ComputeParticleError()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c325 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution()
625 PetscCall(TSGetApplicationContext(ts, &user)); in PostStage()
636 PetscCall(TSGetApplicationContext(ts, &user)); in PostEvaluate()
H A Dex9busopt.c139 PetscCall(TSGetApplicationContext(ts, &user)); in SaveSolution()
/petsc/include/
H A Dpetscts.h1021 PETSC_EXTERN PetscErrorCode TSGetApplicationContext(TS, PetscCtxRt);
/petsc/src/ts/tests/
H A Dex30.c378 PetscCall(TSGetApplicationContext(ts, &printCtx)); in PostStep()
/petsc/src/ts/interface/
H A Dts.c2071 PetscErrorCode TSGetApplicationContext(TS ts, PetscCtxRt ctx) in TSGetApplicationContext() function