Bulirsch-Stoer Propagator/Integrator
by Darin Koblick
20 Feb 2011
Implementation of the Bulirsch-Stoer algorithm for purposes of numerical orbit propagation.
|
Watch this File
|
| File Information |
| Description |
Description:
The bulirsch-Stoer single-step ODE propagator has come to MATLAB in
the form of a MEX adaptation of Juergen Dietel's Numerical ODE solver. This may very well be the fastest single-step numerical propagator released on the Mathworks FileExchange.
All functions are written in c++ and must be compiled to run on MATLAB. This code has been verified to compile correctly using MS Visual Studio 2010.
Please Compile using the following command sequence:
>> mex BulirschMex.cpp bulirsch.cpp basis_r.cpp t_dgls.cpp vmblock.cpp
See testDriver.m for sample orbit propagation comparisons using Burlisch-Stoer vs ODE113. |
| Required Products |
Curve Fitting Toolbox
|
| MATLAB release |
MATLAB 7.11 (2010b)
|
| Other requirements |
Visual Studio 2005 or greater is needed to compile the .cpp code |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com