DUECA/DUSIME
|
This defines a "data-pack", with room for workspace for the Euler integration below. More...
#include <integrate_euler.hxx>
Public Member Functions | |
EulerWorkspace (unsigned int size) | |
Constructor. | |
EulerWorkspace (double *data, unsigned int size) | |
Constructor with external data. | |
~EulerWorkspace () | |
Destructor. | |
Public Attributes | |
VectorE | xd |
Eigen vectors. | |
This defines a "data-pack", with room for workspace for the Euler integration below.
Call with the correct state vector size.
EulerWorkspace::EulerWorkspace | ( | unsigned int | size | ) |
Constructor.
size | Size of the state vector for integration. |
EulerWorkspace::EulerWorkspace | ( | double * | data, |
unsigned int | size ) |
Constructor with external data.
The data must hold 1xsize variables
VectorE EulerWorkspace::xd |
Eigen vectors.