Lines Matching refs:scoeff
1380 ark->scoeff = PETSC_MAX_REAL; in TSStep_ARKIMEX()
1451 ark->scoeff = 1. / At[i * s + i]; in TSStep_ARKIMEX()
1488 …PetscCall(VecAXPBYPCZ(YdotI[i], -ark->scoeff / h, ark->scoeff / h, 0, Z, Y[i])); /* YdotI = shift*… in TSStep_ARKIMEX()
1496 …PetscCall(VecAXPBYPCZ(YdotI[i], -ark->scoeff / h, ark->scoeff / h, 0, Z, Y[i])); /* YdotI = shift*… in TSStep_ARKIMEX()
1584 ark->scoeff = 0.; in TSAdjointStep_ARKIMEX()
1586 …ark->scoeff = -1. / At[i * s + i]; // this makes shift=ark->scoeff/ts->time_step positive since ts… in TSAdjointStep_ARKIMEX()
1591 …PetscCall(TSComputeIJacobianP(ts, ark->stage_time, Y[i], Ydot, ark->scoeff / adjoint_time_step, ts… in TSAdjointStep_ARKIMEX()
1609 …PetscCall(VecAXPY(VecsDeltaLam[nadj * s + i], ark->scoeff / adjoint_time_step, VecsSensiTemp[nadj]… in TSAdjointStep_ARKIMEX()
1882 if (ark->scoeff == PETSC_MAX_REAL) PetscCall(TSARKIMEXGetAlgebraicIS(ts, dm, &alg_is)); in SNESTSFormFunction_ARKIMEX()
1887 if (ark->scoeff == PETSC_MAX_REAL) { in SNESTSFormFunction_ARKIMEX()
1899 PetscReal shift = ark->scoeff / ts->time_step; in SNESTSFormFunction_ARKIMEX()
1922 if (ark->scoeff == PETSC_MAX_REAL) PetscCall(TSARKIMEXGetAlgebraicIS(ts, dm, &alg_is)); in SNESTSFormJacobian_ARKIMEX()
1927 if (ark->scoeff == PETSC_MAX_REAL) { in SNESTSFormJacobian_ARKIMEX()
1945 shift = ark->scoeff / ts->time_step; in SNESTSFormJacobian_ARKIMEX()