You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests that are constantly collecting data over time don't have an easy way to obtain this data from the Ida.cpp file. To measure responses from perturbations, it is nice to be able to get the data generated at each time step.
In my tests on the genrou-test-2 branch, I used a callback function that returned the timestep and y vector after every time step. This was used by the GenrouTest.cpp file to print out each y value to a file.
The text was updated successfully, but these errors were encountered:
Tests that are constantly collecting data over time don't have an easy way to obtain this data from the Ida.cpp file. To measure responses from perturbations, it is nice to be able to get the data generated at each time step.
In my tests on the genrou-test-2 branch, I used a callback function that returned the timestep and y vector after every time step. This was used by the GenrouTest.cpp file to print out each y value to a file.
The text was updated successfully, but these errors were encountered: