LAL  7.5.0.1-89842e6

Detailed Description

Definition at line 51 of file LALAdaptiveRungeKuttaIntegrator.h.

Data Fields

gsl_odeiv_step * step
 
gsl_odeiv_control * control
 
gsl_odeiv_evolve * evolve
 
gsl_odeiv_system * sys
 
int(* dydt )(double t, const double y[], double dydt[], void *params)
 
int(* stop )(double t, const double y[], double dydt[], void *params)
 
int retries
 
int stopontestonly
 
int returncode
 

Field Documentation

◆ step

gsl_odeiv_step* LALAdaptiveRungeKuttaIntegrator::step

Definition at line 53 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ control

gsl_odeiv_control* LALAdaptiveRungeKuttaIntegrator::control

Definition at line 54 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ evolve

gsl_odeiv_evolve* LALAdaptiveRungeKuttaIntegrator::evolve

Definition at line 55 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ sys

gsl_odeiv_system* LALAdaptiveRungeKuttaIntegrator::sys

Definition at line 57 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ dydt

int(* LALAdaptiveRungeKuttaIntegrator::dydt) (double t, const double y[], double dydt[], void *params)

Definition at line 59 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ stop

int(* LALAdaptiveRungeKuttaIntegrator::stop) (double t, const double y[], double dydt[], void *params)

Definition at line 60 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ retries

int LALAdaptiveRungeKuttaIntegrator::retries

Definition at line 62 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ stopontestonly

int LALAdaptiveRungeKuttaIntegrator::stopontestonly

Definition at line 63 of file LALAdaptiveRungeKuttaIntegrator.h.

◆ returncode

int LALAdaptiveRungeKuttaIntegrator::returncode

Definition at line 65 of file LALAdaptiveRungeKuttaIntegrator.h.