Home
last modified time | relevance | path

Searched refs:TSComputeRHSFunction (Results 1 – 18 of 18) sorted by relevance

/petsc/src/ts/impls/explicit/ssp/
H A Dssp.c67 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_2()
70 PetscCall(TSComputeRHSFunction(ts, t0 + dt, work[0], F)); in TSSSPStep_RK_2()
104 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_3()
112 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_3()
119 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_3()
127 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_3()
158 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_10_4()
166 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_10_4()
171 PetscCall(TSComputeRHSFunction(ts, stage_time, work[0], F)); in TSSSPStep_RK_10_4()
/petsc/share/petsc/suppressions/
H A Dubsan32 function:TSComputeRHSFunction
/petsc/src/ts/impls/explicit/rk/
H A Dmrk.c83 …PetscCall(TSComputeRHSFunction(ts, t + k * h / rk->dtratio + h / rk->dtratio * c[i], Y[i], YdotRHS… in TSStepRefine_RK_MultirateNonsplit()
145 PetscCall(TSComputeRHSFunction(ts, t + h * c[i], Y[i], YdotRHS_slow[i])); in TSStep_RK_MultirateNonsplit()
343 …PetscCall(TSComputeRHSFunction(subts_fast, t + k * h * rk->dtratio + h / rk->dtratio * c[i], Y[i],… in TSStepRefine_RK_MultirateSplit()
397 PetscCall(TSComputeRHSFunction(rk->subts_slow, t + h * c[i], Y[i], YdotRHS_slow[i])); in TSStep_RK_MultirateSplit()
398 PetscCall(TSComputeRHSFunction(rk->subts_fast, t + h * c[i], Y[i], YdotRHS_fast[i])); in TSStep_RK_MultirateSplit()
H A Drk.c610 …PetscCall(TSComputeRHSFunction(quadts, rk->ptime + rk->time_step * c[i], Y[i], ts->vec_costintegra… in TSForwardCostIntegral_RK()
629 …PetscCall(TSComputeRHSFunction(quadts, ts->ptime + ts->time_step * (1.0 - c[i]), Y[i], ts->vec_cos… in TSAdjointCostIntegral_RK()
664 PetscCall(TSComputeRHSFunction(quadts, rk->ptime + h * c[j], Y[j], ts->vec_costintegrand)); in TSRollBack_RK()
810 PetscCall(TSComputeRHSFunction(ts, t + h * c[i], Y[i], YdotRHS[i])); in TSStep_RK()
1391 PetscCall(TSComputeRHSFunction(ts, rk->stage_time, x, y)); in SNESTSFormFunction_RK()
/petsc/src/ts/impls/explicit/euler/
H A Deuler.c19 PetscCall(TSComputeRHSFunction(ts, ts->ptime, solution, update)); in TSStep_Euler()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c229 PetscCall(TSComputeRHSFunction(subts_q, ptime, p, q_update)); in TSStep_BasicSymplectic()
235 PetscCall(TSComputeRHSFunction(subts_p, ptime, q, p_update)); in TSStep_BasicSymplectic()
/petsc/src/ts/impls/multirate/
H A Dmprk.c705 PetscCall(TSComputeRHSFunction(ts, t + h * csb[i], Y[i], YdotRHS[i])); in TSStep_MPRK()
845 …PetscCall(TSComputeRHSFunction(mprk->subts_slow, t + h * csb[i], Y[i], YdotRHS_slow[computedstages… in TSStep_MPRKSPLIT()
882 …PetscCall(TSComputeRHSFunction(mprk->subts_medium, t + h * cmb[i], Y[i], YdotRHS_medium[computedst… in TSStep_MPRKSPLIT()
884 …PetscCall(TSComputeRHSFunction(mprk->subts_slowbuffer, t + h * csb[i], Y[i], YdotRHS_slowbuffer[co… in TSStep_MPRKSPLIT()
888 …PetscCall(TSComputeRHSFunction(mprk->subts_mediumbuffer, t + h * cmb[i], Y[i], YdotRHS_mediumbuffe… in TSStep_MPRKSPLIT()
890 …if (!(tab->np == 3 && mprk->is_medium)) PetscCall(TSComputeRHSFunction(mprk->subts_slowbuffer, t +… in TSStep_MPRKSPLIT()
891 PetscCall(TSComputeRHSFunction(mprk->subts_fast, t + h * cf[i], Y[i], YdotRHS_fast[i])); in TSStep_MPRKSPLIT()
/petsc/src/ts/impls/mimex/
H A Dmimex.c113 PetscCall(TSComputeRHSFunction(ts, ts->ptime, Xstar, G)); in SNESTSFormFunction_Mimex()
186 PetscCall(TSComputeRHSFunction(ts, ts->ptime, sol, update)); in TSStep_Mimex_Split()
/petsc/src/ts/impls/implicit/radau5/
H A Dradau5.c27 PetscCallAbort(PETSC_COMM_SELF, TSComputeRHSFunction(ts, *X, cvode->work, cvode->workf)); in FVPOL()
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c365 …if (fasthasE) PetscCall(TSComputeRHSFunction(ark->subts_fast, ark->stage_time, Y[i], YdotRHS_fast[… in TSStep_ARKIMEX_FastSlowSplit()
374 PetscCall(TSComputeRHSFunction(ark->subts_slow, ark->stage_time, Y[i], YdotRHS_slow[i])); in TSStep_ARKIMEX_FastSlowSplit()
H A Darkimex.c1500 PetscCall(TSComputeRHSFunction(ts, t + h * c[i], Y[i], YdotRHS[i])); in TSStep_ARKIMEX()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c131 PetscCall(TSComputeRHSFunction(quadts, th->ptime0, th->X0, ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
134 PetscCall(TSComputeRHSFunction(quadts, ts->ptime, ts->vec_sol, ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
137 PetscCall(TSComputeRHSFunction(quadts, th->stage_time, th->X, ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
/petsc/src/ts/interface/
H A Dts.c629 PetscErrorCode TSComputeRHSFunction(TS ts, PetscReal t, Vec U, Vec y) in TSComputeRHSFunction() function
825 PetscCall(TSComputeRHSFunction(ts, t, U, Frhs)); in TSComputeIFunction()
829 PetscCall(TSComputeRHSFunction(ts, t, U, Y)); in TSComputeIFunction()
1551 PetscCall(TSComputeRHSFunction(ts, t, U, Frhs)); in TSComputeI2Function()
5794 PetscCall(TSComputeRHSFunction(ts, 0, x, y)); in RHSWrapperFunction_TSRHSJacobianTest()
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c105 PetscCall(TSComputeRHSFunction(ts, t, yy, yyd)); in TSFunction_Sundials()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi177 PetscErrorCode TSComputeRHSFunction(PetscTS, PetscReal, PetscVec, PetscVec)
H A DTS.pyx691 petsc.TSComputeRHSFunction
695 CHKERR(TSComputeRHSFunction(self.ts, time, x.vec, f.vec))
/petsc/src/ts/impls/glee/
H A Dglee.c557 PetscCall(TSComputeRHSFunction(ts, t + h * c[i], YStage[i], YdotStage[i])); in TSStep_GLEE()
/petsc/include/
H A Dpetscts.h821 PETSC_EXTERN PetscErrorCode TSComputeRHSFunction(TS, PetscReal, Vec, Vec);