Lines Matching defs:ts
37 static PetscErrorCode TSResizeRegister_Alpha(TS ts, PetscBool reg) in TSResizeRegister_Alpha()
54 static PetscErrorCode TSAlpha_StageTime(TS ts) in TSAlpha_StageTime()
70 static PetscErrorCode TSAlpha_StageVecs(TS ts, Vec X) in TSAlpha_StageVecs()
94 static PetscErrorCode TSAlpha_SNESSolve(TS ts, Vec b, Vec x) in TSAlpha_SNESSolve()
113 static PetscErrorCode TSAlpha_Restart(TS ts, PetscBool *initok) in TSAlpha_Restart()
179 static PetscErrorCode TSStep_Alpha(TS ts) in TSStep_Alpha()
235 static PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *w… in TSEvaluateWLTE_Alpha()
274 static PetscErrorCode TSInterpolate_Alpha(TS ts, PetscReal t, Vec X) in TSInterpolate_Alpha()
291 static PetscErrorCode SNESTSFormFunction_Alpha(PETSC_UNUSED SNES snes, Vec X, Vec F, TS ts) in SNESTSFormFunction_Alpha()
305 …ErrorCode SNESTSFormJacobian_Alpha(PETSC_UNUSED SNES snes, PETSC_UNUSED Vec X, Mat J, Mat P, TS ts) in SNESTSFormJacobian_Alpha()
318 static PetscErrorCode TSReset_Alpha(TS ts) in TSReset_Alpha()
334 static PetscErrorCode TSDestroy_Alpha(TS ts) in TSDestroy_Alpha()
346 static PetscErrorCode TSSetUp_Alpha(TS ts) in TSSetUp_Alpha()
371 static PetscErrorCode TSSetFromOptions_Alpha(TS ts, PetscOptionItems PetscOptionsObject) in TSSetFromOptions_Alpha()
391 static PetscErrorCode TSView_Alpha(TS ts, PetscViewer viewer) in TSView_Alpha()
402 static PetscErrorCode TSAlphaSetRadius_Alpha(TS ts, PetscReal radius) in TSAlphaSetRadius_Alpha()
415 static PetscErrorCode TSAlphaSetParams_Alpha(TS ts, PetscReal alpha_m, PetscReal alpha_f, PetscReal… in TSAlphaSetParams_Alpha()
429 static PetscErrorCode TSAlphaGetParams_Alpha(TS ts, PetscReal *alpha_m, PetscReal *alpha_f, PetscRe… in TSAlphaGetParams_Alpha()
447 PETSC_EXTERN PetscErrorCode TSCreate_Alpha(TS ts) in TSCreate_Alpha()
510 PetscErrorCode TSAlphaSetRadius(TS ts, PetscReal radius) in TSAlphaSetRadius()
552 PetscErrorCode TSAlphaSetParams(TS ts, PetscReal alpha_m, PetscReal alpha_f, PetscReal gamma) in TSAlphaSetParams()
585 PetscErrorCode TSAlphaGetParams(TS ts, PetscReal *alpha_m, PetscReal *alpha_f, PetscReal *gamma) in TSAlphaGetParams()