DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EulerWorkspace Class Reference

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.
 

Detailed Description

This defines a "data-pack", with room for workspace for the Euler integration below.

Call with the correct state vector size.

Constructor & Destructor Documentation

◆ EulerWorkspace() [1/2]

EulerWorkspace::EulerWorkspace ( unsigned int size)

Constructor.

Parameters
sizeSize of the state vector for integration.

◆ EulerWorkspace() [2/2]

EulerWorkspace::EulerWorkspace ( double * data,
unsigned int size )

Constructor with external data.

The data must hold 1xsize variables

Member Data Documentation

◆ xd

VectorE EulerWorkspace::xd

Eigen vectors.



The documentation for this class was generated from the following file: