Home
last modified time | relevance | path

Searched refs:TSGetSolution (Results 1 – 25 of 45) sorted by relevance

12

/petsc/src/ts/utils/
H A Dtsconvest.c61 PetscCall(TSGetSolution(ts, &u0)); in PetscConvEstGetConvRateTS_Temporal_Private()
73 PetscCall(TSGetSolution(ts, &u)); in PetscConvEstGetConvRateTS_Temporal_Private()
76 PetscCall(TSGetSolution(ts, &u)); in PetscConvEstGetConvRateTS_Temporal_Private()
136 PetscCall(TSGetSolution(ts, &uInitial)); in PetscConvEstGetConvRateTS_Spatial_Private()
198 PetscCall(TSGetSolution(ts, &u)); in PetscConvEstGetConvRateTS_Spatial_Private()
201 PetscCall(TSGetSolution(ts, &u)); in PetscConvEstGetConvRateTS_Spatial_Private()
H A Ddmdats.c362 PetscCall(TSGetSolution(ts, &solution)); in TSMonitorDMDARay()
/petsc/src/ts/event/tests/
H A Dex1.c93 PetscCall(TSGetSolution(ts, &x)); in main()
116 PetscCall(TSGetSolution(ts, &x)); in main()
165 PetscCall(TSGetSolution(ts, &x)); in PreStep()
183 PetscCall(TSGetSolution(ts, &x)); in PostStep()
/petsc/src/ts/tests/
H A Dex14.c52 PetscCall(TSGetSolution(ts, &U)); in TestExplicitTS()
64 PetscCall(TSGetSolution(ts, &U)); in TestExplicitTS()
75 PetscCall(TSGetSolution(ts, &U)); in TestExplicitTS()
H A Dex27.c347 PetscCall(TSGetSolution(ts, &sol)); in RHSFunctionParticles()
400 PetscCall(TSGetSolution(ts, &sol)); in UpdateSwarm()
H A Dex4.c163 PetscCall(TSGetSolution(ts, &global)); in main()
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c25 PetscCall(TSGetSolution(ts, &X)); in TSAdaptChoose_GLEE()
41 PetscCall(TSGetSolution(ts, &X)); in TSAdaptChoose_GLEE()
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c266 PetscCall(TSGetSolution(ts, &u)); in SetProblem()
321 PetscCall(TSGetSolution(ts, &u)); in DMSwarmTSRedistribute()
396 PetscCall(TSGetSolution(ts, &u)); in InitializeSolveAndSwarm()
513 PetscCall(TSGetSolution(ts, &u)); in MigrateParticles()
557 PetscCall(TSGetSolution(ts, &u)); in main()
H A Dex6.c833 PetscCall(TSGetSolution(ts, &u)); in SetProblem()
934 PetscCall(TSGetSolution(ts, &u)); in InitializeSolveAndSwarm()
1077 PetscCall(TSGetSolution(ts, &u)); in SetUpMigrateParticles()
1131 PetscCall(TSGetSolution(ts, &u)); in main()
H A Dex4.c502 PetscCall(TSGetSolution(ts, &u)); in main()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex6.c204 PetscCall(TSGetSolution(ts, &Uold)); in IFunction_LaxFriedrichs()
252 PetscCall(TSGetSolution(ts, &Uold)); in IFunction_LaxWendroff()
/petsc/src/ts/tutorials/power_grid/
H A Dex3opt.c271 PetscCall(TSGetSolution(ctx->quadts, &q)); in FormFunctionGradient()
323 PetscCall(TSGetSolution(ctx->quadts, &q)); in FormFunctionGradient()
H A Dex9opt.c369 PetscCall(TSGetSolution(ts, &U)); in FormFunction()
415 PetscCall(TSGetSolution(ts, &U)); in FormGradient()
H A Dex2.c105 PetscCall(TSGetSolution(ts, &X)); in PostStep()
H A Dex3opt_fd.c214 PetscCall(TSGetSolution(quadts, &q)); in FormFunction()
H A Dex5.c81 PetscCall(TSGetSolution(ts, &X)); in SaveSolution()
H A Dex9adj.c47 PetscCall(TSGetSolution(ts, &U)); in PostStepFunction()
H A Dex8.c121 PetscCall(TSGetSolution(ts, &X)); in PostStep()
/petsc/src/ts/trajectory/impls/basic/
H A Dtrajbasic.c68 PetscCall(TSGetSolution(ts, &Sol)); in TSTrajectoryGet_Basic()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c309 PetscCall(TSGetSolution(ts_nrl, &U)); in Monitor()
424 PetscCall(TSGetSolution(ts_nrl, &U)); in main()
/petsc/src/ts/tutorials/hybrid/
H A Dex1fd.c328 PetscCall(TSGetSolution(ts, &U)); in FWDRun()
/petsc/src/ts/event/
H A Dtsevent.c806 …PetscCall(TSGetSolution(ts, &U)); // if revisiting, this will be the updated U* (see discussion on… in TSEventHandler()
952 PetscCall(TSGetSolution(ts, &U)); in TSAdjointEventHandler()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1449 PetscCall(TSGetSolution(ts, &u)); in SetProblem()
1503 PetscCall(TSGetSolution(ts, &u)); in DMSwarmTSRedistribute()
1557 PetscCall(TSGetSolution(ts, &u)); in InitializeSolveAndSwarm()
1592 PetscCall(TSGetSolution(ts, &u)); in MigrateParticles()
1689 PetscCall(TSGetSolution(ts, &u)); in main()
H A Dex2.c2173 PetscCall(TSGetSolution(ts, &u)); in SetProblem()
2227 PetscCall(TSGetSolution(ts, &u)); in DMSwarmTSRedistribute()
2288 PetscCall(TSGetSolution(ts, &u)); in InitializeSolveAndSwarm()
2323 PetscCall(TSGetSolution(ts, &u)); in MigrateParticles()
2438 PetscCall(TSGetSolution(ts, &u)); in main()
/petsc/src/ts/interface/
H A Dts.c2274 PetscErrorCode TSGetSolution(TS ts, Vec *v) in TSGetSolution() function
3145 PetscCall(TSGetSolution(ts, &U)); in TSPreStep()
3149 PetscCall(TSGetSolution(ts, &U)); in TSPreStep()
3343 PetscCall(TSGetSolution(ts, &U)); in TSPostEvaluate()
3423 PetscCall(TSGetSolution(ts, &U)); in TSPostStep()
3427 PetscCall(TSGetSolution(ts, &U)); in TSPostStep()

12