LALInspiral 5.0.3.1-eeff03c
LALSQTPNIntegratorSystem Struct Reference

Detailed Description

The structure contains the integration method and its settings.

Definition at line 29 of file LALSQTPNIntegrator.h.

Data Fields

const gsl_odeiv_step_type * type
 
gsl_odeiv_step * step
 
gsl_odeiv_control * control
 
gsl_odeiv_evolve * evolve
 
gsl_odeiv_system system
 

Field Documentation

◆ type

const gsl_odeiv_step_type* LALSQTPNIntegratorSystem::type

Definition at line 30 of file LALSQTPNIntegrator.h.

◆ step

gsl_odeiv_step* LALSQTPNIntegratorSystem::step

Definition at line 31 of file LALSQTPNIntegrator.h.

◆ control

gsl_odeiv_control* LALSQTPNIntegratorSystem::control

Definition at line 32 of file LALSQTPNIntegrator.h.

◆ evolve

gsl_odeiv_evolve* LALSQTPNIntegratorSystem::evolve

Definition at line 33 of file LALSQTPNIntegrator.h.

◆ system

gsl_odeiv_system LALSQTPNIntegratorSystem::system

Definition at line 34 of file LALSQTPNIntegrator.h.