Home
last modified time | relevance | path

Searched refs:TSComputeIFunction (Results 1 – 21 of 21) sorted by relevance

/petsc/share/petsc/suppressions/
H A Dubsan31 function:TSComputeIFunction
/petsc/src/ts/utils/
H A Ddmplexts.c322 PetscCall(TSComputeIFunction(ts, t, u, u_t, r, PETSC_FALSE)); in DMTSCheckResidual()
422 PetscCall(TSComputeIFunction(ts, t, u, u_t, r, PETSC_FALSE)); in DMTSCheckJacobian()
433 PetscCall(TSComputeIFunction(ts, t, uhat, uhat_t, rhat, PETSC_FALSE)); in DMTSCheckJacobian()
/petsc/src/ts/impls/eimex/
H A Deimex.c161 PetscCall(TSComputeIFunction(ts, ts->ptime - h, Y0, Ydot, YdotI, PETSC_FALSE)); in TSInterpolate_EIMEX()
167 PetscCall(TSComputeIFunction(ts, ts->ptime, Y1, Ydot, YdotI, PETSC_FALSE)); in TSInterpolate_EIMEX()
265 PetscCall(TSComputeIFunction(ts, ext->ctime, X, Ydot, G, PETSC_FALSE)); in SNESTSFormFunction_EIMEX()
/petsc/src/ts/impls/implicit/radau5/
H A Dradau5.c33 …PetscCallAbort(PETSC_COMM_SELF, TSComputeIFunction(ts, *X, cvode->work, yydot, cvode->workf, PETSC… in FVPOL()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c73 PetscCall(TSComputeIFunction(ts, ts->ptime, solution, pseudo->xdot, pseudo->func, PETSC_FALSE)); in TSPseudoComputeFunction()
229 PetscCall(TSComputeIFunction(ts, ts->ptime + ts->time_step, X, pseudo->xdot, Y, PETSC_FALSE)); in SNESTSFormFunction_Pseudo()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1310 PetscCall(TSComputeIFunction(ts, ts->ptime, ts->vec_sol, Udot, Y1, ark->imex)); in TSARKIMEXTestMassIdentity()
1312 PetscCall(TSComputeIFunction(ts, ts->ptime, ts->vec_sol, Udot, Y2, ark->imex)); in TSARKIMEXTestMassIdentity()
1493 …PetscCall(TSComputeIFunction(ts, t + h * ct[i], Y[i], Ydot, YdotI[i], ark->imex)); /* YdotI = -G(t… in TSStep_ARKIMEX()
1838 PetscCall(TSComputeIFunction(ts, time, X, Xdot, F, ark->imex)); in TSARKIMEXComputeAlgebraicIS()
1840 PetscCall(TSComputeIFunction(ts, time, X, Xdot, W, ark->imex)); in TSARKIMEXComputeAlgebraicIS()
1896 PetscCall(TSComputeIFunction(ts, ark->stage_time, Z, X, F, ark->imex)); in SNESTSFormFunction_ARKIMEX()
1901 PetscCall(TSComputeIFunction(ts, ark->stage_time, X, Ydot, F, ark->imex)); in SNESTSFormFunction_ARKIMEX()
H A Dfsarkimex.c48 PetscCall(TSComputeIFunction(ark->subts_fast, ark->stage_time, Y, Ydot, F, ark->imex)); in SNESTSFormFunction_ARKIMEX_FastSlowSplit()
358 …PetscCall(TSComputeIFunction(ark->subts_fast, ark->stage_time, Y[i], Ydot_fast, YdotI_fast[i], ark… in TSStep_ARKIMEX_FastSlowSplit()
/petsc/src/ts/impls/mimex/
H A Dmimex.c76 PetscCall(TSComputeIFunction(ts, mimex->stage_time, x, Xdot, y, PETSC_TRUE)); in SNESTSFormFunction_Mimex()
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c300 PetscCall(TSComputeIFunction(ts, ta, Xa, Va, F, PETSC_FALSE)); in SNESTSFormFunction_Alpha()
/petsc/src/ts/impls/bdf/
H A Dbdf.c378 PetscCall(TSComputeIFunction(ts, t, X, V, F, PETSC_FALSE)); in SNESTSFormFunction_BDF()
/petsc/src/ts/impls/rosw/
H A Drosw.c1188 PetscCall(TSComputeIFunction(ts, ros->stage_time, Zstage, Ydot, Y[i], PETSC_FALSE)); in TSStep_RosW()
1433 PetscCall(TSComputeIFunction(ts, ros->stage_time, Ystage, Ydot, F, PETSC_FALSE)); in SNESTSFormFunction_RosW()
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c108 PetscCallAbort(comm, TSComputeIFunction(ts, t, yy, yydot, yyd, PETSC_FALSE)); in TSFunction_Sundials()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi181 PetscErrorCode TSComputeIFunction(PetscTS, PetscReal, PetscVec, PetscVec, PetscVec, PetscBool)
H A DTS.pyx950 petsc.TSComputeIFunction
955 CHKERR(TSComputeIFunction(self.ts, rval, x.vec, xdot.vec,
H A Dlibpetsc4py.pyx2637 CHKERR(TSComputeIFunction(ts, t, x, dx, f, PETSC_FALSE))
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c219 PetscCall(TSComputeIFunction(ts, ts->ptime, th->X0, th->Xdot, th->affine, PETSC_FALSE)); in TSStep_Theta()
962 PetscCall(TSComputeIFunction(ts, th->stage_time, x, Xdot, y, PETSC_FALSE)); in SNESTSFormFunction_Theta()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c478 …PetscCall(TSComputeIFunction(ts, ts->ptime + ts->time_step * c[i], Y[i], Ydot, YdotI[i], PETSC_FAL… in SNESTSFormFunction_IRK()
/petsc/src/ts/impls/glee/
H A Dglee.c684 PetscCall(TSComputeIFunction(ts, glee->stage_time, X, Ydot, F, PETSC_FALSE)); in SNESTSFormFunction_GLEE()
/petsc/include/
H A Dpetscts.h823 PETSC_EXTERN PetscErrorCode TSComputeIFunction(TS, PetscReal, Vec, Vec, Vec, PetscBool);
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1061 PetscCall(TSComputeIFunction(ts, gl->stage_time, x, Ydot, f, PETSC_FALSE)); in SNESTSFormFunction_GLLE()
/petsc/src/ts/interface/
H A Dts.c794 PetscErrorCode TSComputeIFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec Y, PetscBool imex) in TSComputeIFunction() function
1539 PetscCall(TSComputeIFunction(ts, t, U, A, F, PETSC_FALSE)); in TSComputeI2Function()