Searched defs:VecsDeltaLam (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/implicit/theta/ ! |
| H A D | theta.c | 27 Vec *VecsDeltaLam; /* Increment of the adjoint sensitivity w.r.t IC at stage */ member 275 …Vec *VecsDeltaLam = th->VecsDeltaLam, *VecsDeltaMu = th->VecsDeltaMu, *VecsSensiTemp = t… in TSAdjointStepBEuler_Private() local 420 …Vec *VecsDeltaLam = th->VecsDeltaLam, *VecsDeltaMu = th->VecsDeltaMu, *VecsSensiTemp = th-… in TSAdjointStep_Theta() local
|
| /petsc/src/ts/impls/explicit/rk/ ! |
| H A D | rk.h | 28 …Vec *VecsDeltaLam; /* Increment of the adjoint sensitivity w.r.t IC at stage … member
|
| H A D | rk.c | 880 …Vec *Y = rk->Y, *VecsDeltaLam = rk->VecsDeltaLam, VecDeltaMu = rk->VecDeltaMu, *VecsSe… in TSAdjointStep_RK() local
|
| /petsc/src/ts/impls/arkimex/ ! |
| H A D | arkimex.h | 52 Vec *VecsDeltaLam; /* Increment of the adjoint sensitivity w.r.t IC at stage */ member
|
| H A D | arkimex.c | 1567 …Vec *Y = ark->Y, Ydot = ark->Ydot, *VecsDeltaLam = ark->VecsDeltaLam, *VecsSensiTemp =… in TSAdjointStep_ARKIMEX() local
|