Contains the function declarations and structures needed by the integration method.
- Author
- László Veréb
- Date
- 2010.05.21.
◆ XLALSQTPNIntegratorInit()
The function initialize the integration method.
- Parameters
-
| [out] | integrator | : the structure containing the integration method |
| [in] | num | : the number of the dynamic variables |
| [in] | params | : the parameters used in the derivative function |
| [in] | derivator | : pointer to the derivative function |
Definition at line 11 of file LALSQTPNIntegrator.c.
◆ XLALSQTPNIntegratorFree()
The function deallocates the memory allocated for the integrator function.
- Parameters
-
| [in] | integrator | : the structure containing the integration method |
Definition at line 47 of file LALSQTPNIntegrator.c.
◆ XLALSQTPNIntegratorFunc()
The function evolves the system with the given time-step.
- Parameters
-
| [in,out] | values | : as input parameters the system's actual position, as ouput the system's next position. |
| [in] | integrator | : the integration method |
| [in] | step | : the step size |
Definition at line 59 of file LALSQTPNIntegrator.c.