Sandals
v0.0.0
A C++ library for ODEs/DAEs integration
|
Class container for an initial value problem (IVP) of ODEs/DAEs. More...
#include <IVP.hh>
Public Types | |
using | VectorF = typename Implicit<Real, N, M>::VectorF |
Public Member Functions | |
Implicit (VectorF const &ics) |
Private Attributes | |
VectorF | m_ics |
Class container for an initial value problem (IVP) of ordinary differential equations (ODEs) or differential algebraic equations (DAEs).
Real | The scalar number type. |
N | The dimension of the implicit ODE system. |
M | The dimension of the invariants manifold. |
using Sandals::IVP< Real, N, M >::VectorF = typename Implicit<Real, N, M>::VectorF |
Templetized vector type.
|
inline |
Class constructor for the initial value problem (IVP).
[in] | ics | Initial conditions vector. |
|
private |
Initial conditions vector.