![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define CPG_INTEGRATOR_RUNGE_KUTTA_CONST (obj)
struct CpgIntegratorRungeKutta;
struct CpgIntegratorRungeKuttaClass;
CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new
(void
);
CpgIntegratorRungeKuttaPrivate;
CpgIntegratorRungeKutta implements CpgUsable, CpgAnnotatable, CpgLayoutable and CpgTaggable.
The runge kutta integrator is a CpgIntegrator subclass implementing a runge-kutta order 4 integration scheme. It is the most accurate integrator available, but also the slowest. For a good compromise between speed and accuracy see CpgIntegratorPredictCorrect.
#define CPG_INTEGRATOR_RUNGE_KUTTA_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INTEGRATOR_RUNGE_KUTTA, CpgIntegratorRungeKutta const))
CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new
(void
);
Create a new Runge-Kutta, 4th order integrator.
Returns : |
A CpgIntegratorRungeKutta |