tudat-team / tudat

A C++ platform to perform astrodynamics and space research.
BSD 3-Clause "New" or "Revised" License
17 stars 28 forks source link

Improved dependent variable access #181

Closed DominicDirkx closed 1 year ago

DominicDirkx commented 1 year ago

This pull request addresses issue #179, with improved access to dependent variable properties after the propagation. To support this, the functionality of the DependentVariableInterface has been modified. It is now always created, and a boolean (default false) can be set to create an interpolator for the dependent variables if desired.