Lines Matching defs:ts

32 static PetscErrorCode TSEvaluateStep_EIMEX(TS ts, PetscInt order, Vec X, PetscBool *done)  in TSEvaluateStep_EIMEX()
42 static PetscErrorCode TSStage_EIMEX(TS ts, PetscInt istage) in TSStage_EIMEX()
73 static PetscErrorCode TSStep_EIMEX(TS ts) in TSStep_EIMEX()
149 static PetscErrorCode TSInterpolate_EIMEX(TS ts, PetscReal itime, Vec X) in TSInterpolate_EIMEX()
174 static PetscErrorCode TSReset_EIMEX(TS ts) in TSReset_EIMEX()
192 static PetscErrorCode TSDestroy_EIMEX(TS ts) in TSDestroy_EIMEX()
203 static PetscErrorCode TSEIMEXGetVecs(TS ts, DM dm, Vec *Z, Vec *Ydot, Vec *YdotI, Vec *YdotRHS) in TSEIMEXGetVecs()
227 static PetscErrorCode TSEIMEXRestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydot, Vec *YdotI, Vec *YdotRHS) in TSEIMEXRestoreVecs()
251 static PetscErrorCode SNESTSFormFunction_EIMEX(SNES snes, Vec X, Vec G, TS ts) in SNESTSFormFunction_EIMEX()
276 static PetscErrorCode SNESTSFormJacobian_EIMEX(SNES snes, Vec X, Mat A, Mat B, TS ts) in SNESTSFormJacobian_EIMEX()
303 TS ts = (TS)ctx; in DMRestrictHook_TSEIMEX() local
316 static PetscErrorCode TSSetUp_EIMEX(TS ts) in TSSetUp_EIMEX()
352 static PetscErrorCode TSSetFromOptions_EIMEX(TS ts, PetscOptionItems PetscOptionsObject) in TSSetFromOptions_EIMEX()
374 static PetscErrorCode TSView_EIMEX(TS ts, PetscViewer viewer) in TSView_EIMEX()
393 PetscErrorCode TSEIMEXSetMaxRows(TS ts, PetscInt nrows) in TSEIMEXSetMaxRows()
415 PetscErrorCode TSEIMEXSetRowCol(TS ts, PetscInt row, PetscInt col) in TSEIMEXSetRowCol()
436 PetscErrorCode TSEIMEXSetOrdAdapt(TS ts, PetscBool flg) in TSEIMEXSetOrdAdapt()
444 static PetscErrorCode TSEIMEXSetMaxRows_EIMEX(TS ts, PetscInt nrows) in TSEIMEXSetMaxRows_EIMEX()
458 static PetscErrorCode TSEIMEXSetRowCol_EIMEX(TS ts, PetscInt row, PetscInt col) in TSEIMEXSetRowCol_EIMEX()
473 static PetscErrorCode TSEIMEXSetOrdAdapt_EIMEX(TS ts, PetscBool flg) in TSEIMEXSetOrdAdapt_EIMEX()
520 PETSC_EXTERN PetscErrorCode TSCreate_EIMEX(TS ts) in TSCreate_EIMEX()