| /petsc/src/ts/tutorials/ |
| H A D | ex31.c | 100 PetscErrorCode IFunction_Hull1972A1(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A1() 116 PetscErrorCode IJacobian_Hull1972A1(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Mat B,… in IJacobian_Hull1972A1() 163 PetscErrorCode IFunction_Hull1972A2(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A2() 179 PetscErrorCode IJacobian_Hull1972A2(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Mat B,… in IJacobian_Hull1972A2() 226 PetscErrorCode IFunction_Hull1972A3(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A3() 242 PetscErrorCode IJacobian_Hull1972A3(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Mat B,… in IJacobian_Hull1972A3() 289 PetscErrorCode IFunction_Hull1972A4(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A4() 305 PetscErrorCode IJacobian_Hull1972A4(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Mat B,… in IJacobian_Hull1972A4() 353 PetscErrorCode IFunction_Hull1972A5(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A5() 369 PetscErrorCode IJacobian_Hull1972A5(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Mat B,… in IJacobian_Hull1972A5() [all …]
|
| H A D | ex36.c | 47 static PetscErrorCode IFunctionImplicit(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, PetscCtx ctx) in IFunctionImplicit() 73 static PetscErrorCode IJacobianImplicit(TS ts, PetscReal t, Vec Y, Vec Ydot, PetscReal a, Mat A, Ma… in IJacobianImplicit()
|
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 17 Vec Ydot; /* f(x)+g(x) Work vector */ member 153 Vec Y0 = ext->VecSolPrev, Y1 = ext->Y, Ydot = ext->Ydot, YdotI = ext->YdotI; in TSInterpolate_EIMEX() local 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() 254 Vec Ydot, Z; in SNESTSFormFunction_EIMEX() local 279 Vec Ydot; in SNESTSFormJacobian_EIMEX() local
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 69 Vec Ydot, Ydot_c; in DMRestrictHook_TSGLLE() local 90 Vec Ydot, Ydot_s; in DMSubDomainRestrictHook_TSGLLE() local 358 static PetscErrorCode TSGLLEEstimateHigherMoments_Default(TSGLLEScheme sc, PetscReal h, Vec Ydot[],… in TSGLLEEstimateHigherMoments_Default() 376 …(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc, PetscReal next_h, Vec Ydot[], Vec Xold[], Vec… in TSGLLECompleteStep_Rescale() 395 …(TSGLLEScheme sc, PetscReal h, TSGLLEScheme next_sc, PetscReal next_h, Vec Ydot[], Vec Xold[], Vec… in TSGLLECompleteStep_RescaleAndModify() 875 Vec *X, *Ydot, Y; in TSSolve_GLLE() local 1052 Vec Z, Ydot; in SNESTSFormFunction_GLLE() local 1070 Vec Z, Ydot; in SNESTSFormJacobian_GLLE() local
|
| H A D | glle.h | 61 Vec *Ydot; /* Derivatives of stage vectors, must be stored */ member
|
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 53 Vec Ydot; /* Work vector holding Ydot during residual evaluation */ member 1134 Vec *Y = ros->Y, Ydot = ros->Ydot, Zdot = ros->Zdot, Zstage = ros->Zstage; in TSStep_RosW() local 1316 static PetscErrorCode TSRosWGetVecs(TS ts, DM dm, Vec *Ydot, Vec *Zdot, Vec *Ystage, Vec *Zstage) in TSRosWGetVecs() 1340 static PetscErrorCode TSRosWRestoreVecs(TS ts, DM dm, Vec *Ydot, Vec *Zdot, Vec *Ystage, Vec *Zstag… in TSRosWRestoreVecs() 1367 Vec Ydot, Zdot, Ystage, Zstage; in DMRestrictHook_TSRosW() local 1395 Vec Ydot, Zdot, Ystage, Zstage; in DMSubDomainRestrictHook_TSRosW() local 1422 Vec Ydot, Zdot, Ystage, Zstage; in SNESTSFormFunction_RosW() local 1442 Vec Ydot, Zdot, Ystage, Zstage; in SNESTSFormJacobian_RosW() local
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | fsarkimex.c | 37 Vec Z = ark->Z, Ydot = ark->Ydot, Y = ark->Y_snes; in SNESTSFormFunction_ARKIMEX_FastSlowSplit() local 58 Vec Z = ark->Z, Ydot = ark->Ydot, Y = ark->Y_snes; in SNESTSFormJacobian_ARKIMEX_FastSlowSplit() local
|
| H A D | arkimex.c | 1337 …Vec *Y = ark->Y, *YdotI = ark->YdotI, *YdotRHS = ark->YdotRHS, Ydot = ark->Ydot, Ydot0… in TSStep_ARKIMEX() local 1567 …Vec *Y = ark->Y, Ydot = ark->Ydot, *VecsDeltaLam = ark->VecsDeltaLam, *VecsSensiTemp =… in TSAdjointStep_ARKIMEX() local 1789 static PetscErrorCode TSARKIMEXGetVecs(TS ts, DM dm, Vec *Z, Vec *Ydot) in TSARKIMEXGetVecs() 1805 static PetscErrorCode TSARKIMEXRestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydot) in TSARKIMEXRestoreVecs() 1876 Vec Z, Ydot; in SNESTSFormFunction_ARKIMEX() local 1913 Vec Ydot, Z; in SNESTSFormJacobian_ARKIMEX() local
|
| H A D | arkimex.h | 32 Vec Ydot; /* Work vector holding Ydot during residual evaluation */ member
|
| /petsc/src/ts/impls/bdf/ |
| H A D | bdf.c | 55 static PetscErrorCode TSBDF_GetVecs(TS ts, DM dm, Vec *Xdot, Vec *Ydot) in TSBDF_GetVecs() 70 static PetscErrorCode TSBDF_RestoreVecs(TS ts, DM dm, Vec *Xdot, Vec *Ydot) in TSBDF_RestoreVecs() 96 Vec Ydot, Ydot_c; in DMRestrictHook_TSBDF() local
|
| /petsc/src/ts/impls/glee/ |
| H A D | glee.c | 55 Vec Ydot; /* Work vector holding Ydot during residual evaluation */ member 644 static PetscErrorCode TSGLEEGetVecs(TS ts, DM dm, Vec *Ydot) in TSGLEEGetVecs() 656 static PetscErrorCode TSGLEERestoreVecs(TS ts, DM dm, Vec *Ydot) in TSGLEERestoreVecs() 672 Vec Ydot; in SNESTSFormFunction_GLEE() local 695 Vec Ydot; in SNESTSFormJacobian_GLEE() local
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 37 Vec Ydot; /* Work vector holding time derivatives during residual evaluation */ member 464 Vec U, *YdotI = irk->YdotI, Ydot = irk->Ydot, *Y = irk->Y; in SNESTSFormFunction_IRK() local 499 Vec *Y = irk->Y, Ydot = irk->Ydot; in SNESTSFormJacobian_IRK() local
|