accelerInt
v0.1
|
An implementation of the van der Pol right hand side (y' = f(y)) function. More...
#include "header.h"
Go to the source code of this file.
Namespaces | |
van_der_pol | |
Functions | |
void | van_der_pol::dydt (const double t, const double mu, const double *__restrict__ y, double *__restrict__ dy) |
An implementation of the RHS of the van der Pol equation. More... | |
An implementation of the van der Pol right hand side (y' = f(y)) function.
Implements the evaluation of the derivative of the state vector with respect to time, \(\dot{\vec{y}}\)
Definition in file dydt.c.