Lines Matching defs:ts

65 PetscErrorCode TSAlpha2SetPredictor(TS ts, TSAlpha2PredictorFn *predictor, PetscCtx ctx)  in TSAlpha2SetPredictor()
75 static PetscErrorCode TSAlpha_ApplyPredictor(TS ts, Vec X1) in TSAlpha_ApplyPredictor()
86 static PetscErrorCode TSAlpha_StageTime(TS ts) in TSAlpha_StageTime()
104 static PetscErrorCode TSAlpha_StageVecs(TS ts, Vec X) in TSAlpha_StageVecs()
136 static PetscErrorCode TSAlpha_SNESSolve(TS ts, Vec b, Vec x) in TSAlpha_SNESSolve()
155 static PetscErrorCode TSAlpha_Restart(TS ts, PetscBool *initok) in TSAlpha_Restart()
235 static PetscErrorCode TSStep_Alpha(TS ts) in TSStep_Alpha()
295 static PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *w… in TSEvaluateWLTE_Alpha()
354 static PetscErrorCode TSRollBack_Alpha(TS ts) in TSRollBack_Alpha()
382 static PetscErrorCode SNESTSFormFunction_Alpha(PETSC_UNUSED SNES snes, Vec X, Vec F, TS ts) in SNESTSFormFunction_Alpha()
396 …ErrorCode SNESTSFormJacobian_Alpha(PETSC_UNUSED SNES snes, PETSC_UNUSED Vec X, Mat J, Mat P, TS ts) in SNESTSFormJacobian_Alpha()
409 static PetscErrorCode TSReset_Alpha(TS ts) in TSReset_Alpha()
430 static PetscErrorCode TSDestroy_Alpha(TS ts) in TSDestroy_Alpha()
442 static PetscErrorCode TSSetUp_Alpha(TS ts) in TSSetUp_Alpha()
472 static PetscErrorCode TSSetFromOptions_Alpha(TS ts, PetscOptionItems PetscOptionsObject) in TSSetFromOptions_Alpha()
493 static PetscErrorCode TSView_Alpha(TS ts, PetscViewer viewer) in TSView_Alpha()
504 static PetscErrorCode TSAlpha2SetRadius_Alpha(TS ts, PetscReal radius) in TSAlpha2SetRadius_Alpha()
519 static PetscErrorCode TSAlpha2SetParams_Alpha(TS ts, PetscReal alpha_m, PetscReal alpha_f, PetscRea… in TSAlpha2SetParams_Alpha()
534 static PetscErrorCode TSAlpha2GetParams_Alpha(TS ts, PetscReal *alpha_m, PetscReal *alpha_f, PetscR… in TSAlpha2GetParams_Alpha()
553 PETSC_EXTERN PetscErrorCode TSCreate_Alpha2(TS ts) in TSCreate_Alpha2()
621 PetscErrorCode TSAlpha2SetRadius(TS ts, PetscReal radius) in TSAlpha2SetRadius()
673 PetscErrorCode TSAlpha2SetParams(TS ts, PetscReal alpha_m, PetscReal alpha_f, PetscReal gamma, Pets… in TSAlpha2SetParams()
708 PetscErrorCode TSAlpha2GetParams(TS ts, PetscReal *alpha_m, PetscReal *alpha_f, PetscReal *gamma, P… in TSAlpha2GetParams()