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

Contains header definitions for the RHS function for the van der Pol example. More...

This graph shows which files directly or indirectly include this file:

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

Contains header definitions for the RHS function for the van der Pol example.

Definition in file dydt.h.