Abstract base.
More...
#include <FGRungeKutta.h>
Inherited by JSBSim::FGRK4, and JSBSim::FGRKFehlberg.
Abstract base.
Definition at line 78 of file FGRungeKutta.h.
◆ eStates
Enumerator |
---|
eNoError | |
eMathError | |
eFaultyInit | |
eEvolve | |
eUnknown | |
Definition at line 82 of file FGRungeKutta.h.
◆ FGRungeKutta()
JSBSim::FGRungeKutta::FGRungeKutta |
( |
| ) |
|
|
inlineprotected |
◆ ~FGRungeKutta()
JSBSim::FGRungeKutta::~FGRungeKutta |
( |
| ) |
|
|
protectedvirtual |
◆ clearStatus()
void JSBSim::FGRungeKutta::clearStatus |
( |
| ) |
|
|
inline |
◆ evolve()
◆ getError()
double JSBSim::FGRungeKutta::getError |
( |
| ) |
|
|
inline |
◆ getIterations()
int JSBSim::FGRungeKutta::getIterations |
( |
| ) |
|
|
inline |
◆ getStatus()
int JSBSim::FGRungeKutta::getStatus |
( |
| ) |
|
|
inline |
◆ getXEnd()
double JSBSim::FGRungeKutta::getXEnd |
( |
| ) |
|
|
inline |
◆ init()
int JSBSim::FGRungeKutta::init |
( |
double | x_start, |
|
|
double | x_end, |
|
|
int | intervals = 4 ) |
◆ setTrace()
void JSBSim::FGRungeKutta::setTrace |
( |
bool | t | ) |
|
|
inline |
◆ err
double JSBSim::FGRungeKutta::err |
|
protected |
double JSBSim::FGRungeKutta::h |
|
protected |
◆ h05
double JSBSim::FGRungeKutta::h05 |
|
protected |
◆ pfo
The documentation for this class was generated from the following files: