Lines Matching refs:cerror
33 PetscReal cerror[3]; /* control error (controller input) 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()
59 dsp->cerror[0] = dsp->cerror[1]; in TSAdaptRollBack_DSP()
60 dsp->cerror[1] = dsp->cerror[2]; in TSAdaptRollBack_DSP()
61 dsp->cerror[2] = 1.0; in TSAdaptRollBack_DSP()
128 PetscReal ctr1 = dsp->cerror[0]; in TSAdaptChoose_DSP()
129 PetscReal ctr2 = dsp->cerror[1]; in TSAdaptChoose_DSP()
152 dsp->cerror[2] = dsp->cerror[1]; in TSAdaptChoose_DSP()
153 dsp->cerror[1] = dsp->cerror[0]; in TSAdaptChoose_DSP()
154 dsp->cerror[0] = ctr0; in TSAdaptChoose_DSP()