Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

States.cpp

  • Kristin's avatar
    f47e15a1
    Add code to States to not interpolate if an exact solution exists (#374) · f47e15a1
    Kristin authored
    * Update format of range conversion coefficients isd output to include a separate list for times. Also update driver, test data, and remove unneeded semicolons
    
    * Fix documentaion error
    
    * fix other documentation error
    
    * Add code to states to not interpolate if there is already an exact value for a time (solves divide by 0 error in interpolation code.)
    
    * Updated to be more efficient
    
    * lower_bound can also return the last elt. don't do that
    
    * Added test for when no interpolation is needed for getState
    f47e15a1
    History
    Add code to States to not interpolate if an exact solution exists (#374)
    Kristin authored
    * Update format of range conversion coefficients isd output to include a separate list for times. Also update driver, test data, and remove unneeded semicolons
    
    * Fix documentaion error
    
    * fix other documentation error
    
    * Add code to states to not interpolate if there is already an exact value for a time (solves divide by 0 error in interpolation code.)
    
    * Updated to be more efficient
    
    * lower_bound can also return the last elt. don't do that
    
    * Added test for when no interpolation is needed for getState