accelerInt  v0.1
Namespaces | Functions
dydt.c File Reference

An implementation of the van der Pol right hand side (y' = f(y)) function. More...

#include "header.h"
Include dependency graph for dydt.c:

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...
 

Detailed Description

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.