accelerInt
v0.1
|
Sets same Initial Conditions (ICs) for all problems. More...
#include "header.h"
Go to the source code of this file.
Namespaces | |
van_der_pol | |
Functions | |
void | van_der_pol::set_same_initial_conditions (int NUM, double **y_host, double **var_host) |
Set same ICs for all problems. More... | |
void | van_der_pol::apply_mask (double *y_host) |
Not needed for van der Pol. More... | |
void | van_der_pol::apply_reverse_mask (double *y_host) |
Not needed for van der Pol. More... | |
Sets same Initial Conditions (ICs) for all problems.
This provides simple definitions of the set_same_initial_conditions function used when SAME_ICS is defined
Definition in file ics.c.