TSAdaptDSPSetPID#

Set the PID controller parameters

Synopsis#

#include "petscts.h" 
PetscErrorCode TSAdaptDSPSetPID(TSAdapt adapt, PetscReal kkI, PetscReal kkP, PetscReal kkD)

Input Parameters#

  • adapt - adaptive controller context

  • kkI - Integral parameter

  • kkP - Proportional parameter

  • kkD - Derivative parameter

Options Database Key#

  • -ts_adapt_dsp_pid <kkI,kkP,kkD> - Sets PID controller parameters

References#

  • **** -*** http://dx.doi.org/10.1016/j.cam.2005.03.008

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSAdapt, TSGetAdapt(), TSAdaptDSPSetFilter()

Level#

intermediate

Location#

src/ts/adapt/impls/dsp/adaptdsp.c

Implementations#

TSAdaptDSPSetPID_DSP in src/ts/adapt/impls/dsp/adaptdsp.c


Edit on GitLab

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages