Home
last modified time | relevance | path

Searched refs:cerror (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c33 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()
[all …]