Lines Matching refs:hratio
34 PetscReal hratio[3]; /* stepsize ratio (controller output) history */ member
48 dsp->cerror[0] = dsp->hratio[0] = 1.0; in TSAdaptRestart_DSP()
49 dsp->cerror[1] = dsp->hratio[1] = 1.0; in TSAdaptRestart_DSP()
50 dsp->cerror[2] = dsp->hratio[2] = 1.0; in TSAdaptRestart_DSP()
62 dsp->hratio[0] = dsp->hratio[1]; in TSAdaptRollBack_DSP()
63 dsp->hratio[1] = dsp->hratio[2]; in TSAdaptRollBack_DSP()
64 dsp->hratio[2] = 1.0; in TSAdaptRollBack_DSP()
131 PetscReal rho1 = dsp->hratio[0]; in TSAdaptChoose_DSP()
132 PetscReal rho2 = dsp->hratio[1]; in TSAdaptChoose_DSP()
155 dsp->hratio[2] = dsp->hratio[1]; in TSAdaptChoose_DSP()
156 dsp->hratio[1] = dsp->hratio[0]; in TSAdaptChoose_DSP()
157 dsp->hratio[0] = rho0; in TSAdaptChoose_DSP()