Skip to content

Commit

Permalink
Remove array over NumGroups from rate_t (#416)
Browse files Browse the repository at this point in the history
In every place in the networks where we are using rate_t, it works just as well to have an array of rate_t, where the size of the array is the number of rate groups, as it does to have the rate_t be a 2D array. Making this change has two benefits: we can clean up some of the RHS code later, because the RHS (unlike the Jacobian) typically does not actually need to fill all the rate groups (so this will save work and memory), and also this will support the change in #413.
  • Loading branch information
maxpkatz authored Oct 31, 2020
1 parent c32823d commit 7952b11
Show file tree
Hide file tree
Showing 6 changed files with 885 additions and 885 deletions.
Loading

0 comments on commit 7952b11

Please sign in to comment.