CpgIntegratorRungeKutta

CpgIntegratorRungeKutta

Synopsis


#include <cpg-network/cpg-integrator-runge-kutta.h>

                    CpgIntegratorRungeKuttaClass;
                    CpgIntegratorRungeKutta;
CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new
                                                        (void);

Object Hierarchy

  GObject
   +----CpgObject
         +----CpgIntegrator
               +----CpgIntegratorRungeKutta

Description

Details

CpgIntegratorRungeKuttaClass

typedef struct {
	CpgIntegratorClass parent_class;
} CpgIntegratorRungeKuttaClass;


CpgIntegratorRungeKutta

typedef struct _CpgIntegratorRungeKutta CpgIntegratorRungeKutta;


cpg_integrator_runge_kutta_new ()

CpgIntegratorRungeKutta * cpg_integrator_runge_kutta_new
                                                        (void);

Create a new Runge-Kutta, 4th order integrator.