This is the complete list of members for Integrator, including all inherited members.
addLogRecord(LogRecord &_record) | AlgorithmicBase | inline |
addOption(OptionsName name, int value) | AlgorithmicBase | inline |
addOption(OptionsName name, double value) | AlgorithmicBase | inline |
addOption(uint idx, OptionsName name, int value) | AlgorithmicBase | inline |
addOption(uint idx, OptionsName name, double value) | AlgorithmicBase | inline |
addOptionsList() | AlgorithmicBase | |
alg_index | Integrator | protected |
AlgorithmicBase() | AlgorithmicBase | |
AlgorithmicBase(UserInteraction *_userInteraction) | AlgorithmicBase | |
AlgorithmicBase(const AlgorithmicBase &rhs) | AlgorithmicBase | |
canHandleImplicitSwitches() const | Integrator | virtual |
clone() const =0 | Integrator | pure virtual |
control_index | Integrator | protected |
count | Integrator | protected |
count2 | Integrator | protected |
count3 | Integrator | protected |
ddiff_index | Integrator | protected |
ddxStore | Integrator | protected |
deleteAllSeeds() | Integrator | virtual |
diff_index | Integrator | protected |
diff_scale | Integrator | protected |
diffTransitionBackward(DVector &DX, DVector &DP, DVector &DU, DVector &DW, int &order) | Integrator | protectedvirtual |
diffTransitionForward(DVector &DX, const DVector &DP, const DVector &DU, const DVector &DW, const int &order) | Integrator | protectedvirtual |
disturbance_index | Integrator | protected |
dP | Integrator | protected |
dPb | Integrator | protected |
dU | Integrator | protected |
dUb | Integrator | protected |
dW | Integrator | protected |
dWb | Integrator | protected |
dX | Integrator | protected |
dXb | Integrator | protected |
dxStore | Integrator | protected |
evaluate(const DVector &x0, const DVector &xa, const DVector &p, const DVector &u, const DVector &w, const Grid &t_)=0 | Integrator | protectedpure virtual |
evaluateSensitivities()=0 | Integrator | pure virtual |
evaluateTransition(const double time, DVector &xd, const DVector &xa, const DVector &p, const DVector &u, const DVector &w) | Integrator | protectedvirtual |
freezeAll()=0 | Integrator | pure virtual |
freezeMesh()=0 | Integrator | pure virtual |
functionEvaluation | Integrator | protected |
get(OptionsName name, int &value) const | AlgorithmicBase | inline |
get(OptionsName name, double &value) const | AlgorithmicBase | inline |
get(OptionsName name, std::string &value) const | AlgorithmicBase | inline |
get(uint idx, OptionsName name, int &value) const | AlgorithmicBase | inline |
get(uint idx, OptionsName name, double &value) const | AlgorithmicBase | inline |
getAll(LogName _name, MatrixVariablesGrid &values) const | AlgorithmicBase | inline |
getBackwardSensitivities(DVector &Dx_x0, DVector &Dx_p, DVector &Dx_u, DVector &Dx_w, int order) const | Integrator | |
getDifferentialEquationSampleTime() const | Integrator | virtual |
getDim() const =0 | Integrator | protectedpure virtual |
getDimX() const | Integrator | protectedvirtual |
getFirst(LogName _name, DMatrix &firstValue) const | AlgorithmicBase | inline |
getFirst(LogName _name, VariablesGrid &firstValue) const | AlgorithmicBase | inline |
getForwardSensitivities(DVector &Dx, int order) const | Integrator | |
getForwardSensitivities(VariablesGrid &Dx, int order) const | Integrator | |
getI(VariablesGrid &I) const | Integrator | inline |
getLast(LogName _name, DMatrix &lastValue) const | AlgorithmicBase | inline |
getLast(LogName _name, VariablesGrid &lastValue) const | AlgorithmicBase | inline |
getNumberOfRejectedSteps() const =0 | Integrator | pure virtual |
getNumberOfSteps() const =0 | Integrator | pure virtual |
getOptions(uint idx) const | AlgorithmicBase | |
getProtectedBackwardSensitivities(DVector &Dx_x0, DVector &Dx_p, DVector &Dx_u, DVector &Dx_w, int order) const =0 | Integrator | protectedpure virtual |
getProtectedForwardSensitivities(DMatrix *Dx, int order) const =0 | Integrator | protectedpure virtual |
getProtectedX(DVector *xEnd) const =0 | Integrator | protectedpure virtual |
getStepSize() const =0 | Integrator | pure virtual |
getX(DVector &xEnd) const | Integrator | inline |
getX(VariablesGrid &X) const | Integrator | inline |
getXA(DVector &xaEnd) const | Integrator | inline |
getXA(VariablesGrid &XA) const | Integrator | inline |
h | Integrator | protected |
haveOptionsChanged() const | AlgorithmicBase | inline |
haveOptionsChanged(uint idx) const | AlgorithmicBase | inline |
hini | Integrator | protected |
hmax | Integrator | protected |
hmin | Integrator | protected |
init(const DifferentialEquation &rhs)=0 | Integrator | pure virtual |
init(const DifferentialEquation &rhs, const Transition &trs) | Integrator | |
initializeOptions() | Integrator | protected |
int_control_index | Integrator | protected |
int_parameter_index | Integrator | protected |
integrate(double t0, double tend, double *x0, double *xa=0, double *p=0, double *u=0, double *w=0) | Integrator | |
integrate(const Grid &t, double *x0, double *xa=0, double *p=0, double *u=0, double *w=0) | Integrator | |
integrate(double t0, double tend, const DVector &x0, const DVector &xa=emptyVector, const DVector &p=emptyVector, const DVector &u=emptyVector, const DVector &w=emptyVector) | Integrator | |
integrate(const Grid &t, const DVector &x0, const DVector &xa=emptyVector, const DVector &p=emptyVector, const DVector &u=emptyVector, const DVector &w=emptyVector) | Integrator | |
integrateSensitivities() | Integrator | |
Integrator() | Integrator | |
Integrator(const Integrator &arg) | Integrator | |
isDifferentialEquationAffine() const | Integrator | virtual |
isDifferentialEquationDefined() const | Integrator | virtual |
iStore | Integrator | protected |
las | Integrator | protected |
m | Integrator | protected |
ma | Integrator | protected |
maxNumberOfSteps | Integrator | protected |
md | Integrator | protected |
mdx | Integrator | protected |
mn | Integrator | protected |
mp | Integrator | protected |
mpi | Integrator | protected |
mu | Integrator | protected |
mui | Integrator | protected |
mw | Integrator | protected |
nBDirs | Integrator | protected |
nBDirs2 | Integrator | protected |
nFcnEvaluations | Integrator | protected |
nFDirs | Integrator | protected |
nFDirs2 | Integrator | protected |
operator=(const AlgorithmicBase &rhs) | AlgorithmicBase | |
outputLoggingIdx | AlgorithmicBase | protected |
parameter_index | Integrator | protected |
plot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | AlgorithmicBase | inline |
PrintLevel | Integrator | protected |
printLogRecord(std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const | AlgorithmicBase | inline |
printRunTimeProfile() const | Integrator | virtual |
replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | AlgorithmicBase | inline |
rhs | Integrator | protected |
set(OptionsName name, int value) | AlgorithmicBase | |
set(OptionsName name, double value) | AlgorithmicBase | |
set(OptionsName name, const std::string &value) | AlgorithmicBase | |
set(uint idx, OptionsName name, int value) | AlgorithmicBase | |
set(uint idx, OptionsName name, double value) | AlgorithmicBase | |
setAll(LogName _name, const MatrixVariablesGrid &values) | AlgorithmicBase | inline |
setBackwardSeed(const int &order, const DVector &seed) | Integrator | |
setDxInitialization(double *dx0)=0 | Integrator | pure virtual |
setForwardSeed(const int &order, const DVector &xSeed, const DVector &pSeed=emptyVector, const DVector &uSeed=emptyVector, const DVector &wSeed=emptyVector) | Integrator | |
setLast(LogName _name, int lastValue, double time=-INFTY) | AlgorithmicBase | inline |
setLast(LogName _name, double lastValue, double time=-INFTY) | AlgorithmicBase | inline |
setLast(LogName _name, const DVector &lastValue, double time=-INFTY) | AlgorithmicBase | inline |
setLast(LogName _name, const DMatrix &lastValue, double time=-INFTY) | AlgorithmicBase | inline |
setLast(LogName _name, const VariablesGrid &lastValue, double time=-INFTY) | AlgorithmicBase | inline |
setOptions(const Options &arg) | AlgorithmicBase | |
setOptions(uint idx, const Options &arg) | AlgorithmicBase | |
setProtectedBackwardSeed(const DVector &seed, const int &order)=0 | Integrator | protectedpure virtual |
setProtectedForwardSeed(const DVector &xSeed, const DVector &pSeed, const DVector &uSeed, const DVector &wSeed, const int &order)=0 | Integrator | protectedpure virtual |
setTransition(const Transition &trs) | Integrator | |
setupLogging() | Integrator | protectedvirtual |
setupOptions() | Integrator | protectedvirtual |
ShootingMethod class | Integrator | friend |
SimulationByIntegration class | Integrator | friend |
soa | Integrator | protected |
time_index | Integrator | protected |
timeInterval | Integrator | protected |
TOL | Integrator | protected |
totalTime | Integrator | protected |
transition | Integrator | protected |
tune | Integrator | protected |
unfreeze()=0 | Integrator | pure virtual |
useModuleStandalone | AlgorithmicBase | protected |
userInteraction | AlgorithmicBase | protected |
xE | Integrator | protected |
xStore | Integrator | protected |
~AlgorithmicBase() | AlgorithmicBase | virtual |
~Integrator() | Integrator | virtual |